How to Bulk Import Users in WordPress
Its very easy to a manually create users in WordPress , but things are not easy if you want to add a bunch of users in one go. WordPress does not have any inbuilt Import Users wizard, so if you want to...
View ArticleHow to Highlight the Active Page in WordPress Navigation Menu
WordPress adds a class of .current-menu-item to menu item for the page which is being currently viewed by the user. In order to highlight the active page, you can simply add css to target this class....
View ArticleHow to add custom CSS in wordpress – without using any plugin
There are quite a few custom css plugins , however majority of them apply the custom css site wide. If you want to apply the css to a specific page, then one approach is to make edits to the theme...
View ArticleHow to Insert Line Break in Widget Title
WordPress, by default, does not allow HTML tags in widget title. If you try to add HTML tags in the widget title, they will be stripped before the widget content is output. So if you want to add Line...
View ArticleQuick Tip – How to disable theme updates
In this post I will share a simple technique which can be used to disable theme update. This will prevent both automatic and manual updates. Running an outdated theme is not the best practice, but...
View ArticleHow to remove the url field from the comment form
If you have ever run a blog, you must have faced the problem of comment spam. Spammers engage in comment spam for link building purpose. One simple way to discourage spammers is to remove the url field...
View ArticleHow to selectively display widgets on specific posts or pages
WordPress by default display the widget every where. So if you want to display or hide the widgets based on rules then you will need to make use of plugins. In this tutorial I will cover 4 plugins...
View ArticleA simple guide to customizing the wordpress login form – without using a plugin
In this tutorial I will share various techniques which can be used to customize the wordpress login form. We will make the customization without using a plugin Here are the things which we will cover...
View ArticleBeginners Guide to Styling the WordPress Login Page using Custom Login Page...
WordPress is one of the best and easy to use content management systems we have today. It comes with a simple login page, which some people might not find appealing. In this tutorial, I am going to...
View ArticleHow to add Search Icon with Toggle Effect in WordPress Menus
You might have seen some of the popular websites having a search icon with a nice looking toggle effect. Some of them showing full-screen toggle and some search box toggle. In this tutorial I am...
View Article