Protected post in a feature in WordPress to allow users to control the visibility of their posts. If you’re new to this, you may read our tutorial on creating a protected post. It’s a great feature to limit the post to only certain audiences of your site. For most of the cases, when you write lots […]
Plugins
How to Show Notification in Old Post
As a developer, it’s important for me to keep up to date with latest technology and code. Using depreciated functions while developing a WordPress site is really a bad idea. As WordPress keeps updated for bug fixes and improvement, some functions and hooks get deprecated and therefore it should no longer be used. If you’re a blogger […]
Adding a Custom CSS Editor to WordPress Site
There is a time when you need to change or overwrite the plugin CSS file so I will blend nicely to your site design. For example, here in WPFeed.com, sometimes we’re using a Notification Bar to make an important announcement such as latest giveaway or deal. Since the original appearance of the Notification Bar plugin doesn’t look […]
Add More Control to WordPress Widgets with Widgets Reloaded Plugin
Every WordPress installation comes with various default widgets to help you add some features to your site. Currently, there are 16 default WordPress widgets: Archives Calendar Categories Custom Menu Meta Pages Recent Comments Recent Posts RSS Search Tag Cloud Text Before this, we’ve written about a plugin called Widget CSS Classes plugin that helps to customize […]
How to Switch Post to Custom Post Type or Vice Versa
In a recent project for a client, I needed to convert all the posts to a new Video custom post type that I built for the site. Since the site is growing and contains lots of video, I believe that using custom post type will make it easier for the client to manage his posts […]
How to Add Comment Status Submenu in WordPress Dashboard
It’s a little frustration that WordPress does not add a submenu of comment status in your WordPress dashboard. Although it shows a notification of new comment status, there are still few more steps. You need to click on it, then click on the comment status (like shown below): To add the comment status submenu, simply […]
How to List All Blogs on One WordPress Multisite Network
If you’re using a WordPress Multisite, it’s a good thing to list all of the blogs in the network in a single page directory. This makes it easier for readers to navigate through your site. Enter Multi-Site Site List Shortcode plugin. This is a simple and free WordPress plugin that does one great job – list all of the blogs […]
How To Allow Comment Authors to Edit Their Comment
Have you ever leave a comment on other sites and just after publishing your comment, you noticed that you just made some typo on your comment? I know it’s quite frustrating. Introducing Simple Comment Editing plugin. I came across this plugin after reading Jeffro’s article on WPTavern.com. I found this plugin to be very useful and therefore decided […]