Category: wordpress
WordPress provides add_action to do something when event occurs. The following shows you a quick/easy example that menus are added to top-bar administration page when event wp_before_admin_bar_render is triggered. …
WordPress is so powerful because you can write plugins for it. Plugins are useful to manage and won’t be affected if you upgrade/switch themes, or upgrading wordpress cores. Writing …
We know how much you value your site’s speed and how you give preference to a theme that makes your site load fast. It isn’t just a fad either. …
At the end of each year, as a blogger, you might be interested in knowing the list of top popular posts of the year. Luckily, this can be easily …
Many wordpress spam comments are generated by bots calling wp_comments.php directly. Therefore, we can add a filter in WordPress functions.php template to avoid spam comments by checking the page …