Tag: wordpress
The wordpress folders and files should be set the correct permissions. If you have multiple blogs on the same server, you can use the following script to ensure the …
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. …
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 …
Our rocket scientists are in the lab working on our next major version of WP Rocket, 2.7, but in the meantime we are pushing out versions 2.6.13 and 2.6.14 …