WordPress

How to Delete Posts of a Custom Post Type Efficiently

How many times did you want to delete some test data? You can paste the following snippet into your functions.php file (temporarily) or in a custom plugin. You need to update my_custom_post_type to match your custom post type. Then login as admin and then access your site e.g. example.com/?admin_del_cpt_posts and you'll see the post ids […]

How to Delete Posts of a Custom Post Type Efficiently Read More »

Should You Remove Unused WordPress Plugins?

In the dynamic world of website management, particularly for those utilizing WordPress, the question of handling unused plugins is a common yet critical consideration. This article delves into the best practices for managing unused WordPress plugins, offering insights and guidelines that cater to both novice and seasoned WordPress users. The focus is on understanding the

Should You Remove Unused WordPress Plugins? Read More »