Number of Custom Post Types WP

How Many Custom Post Types Do You Have in Your WordPress Site?

WordPress is a versatile platform that allows you to create various types of content through its default and custom post types. While the standard post types like 'posts' and 'pages' cater to most needs, custom post types enable you to tailor your content structure for more specific requirements. This guide will help you identify the

How Many Custom Post Types Do You Have in Your WordPress Site? Read More »

How to Check if your WordPress Site is Loading Multiple jQuery Scripts

The very first step is to open the page source by doing right click and then View Page Source. Then search for jquery.js or most likely jquery.min.js. The browser will tell you how many times the keyword was found on that page. The jQuery version that ships with WordPress will be loaded from /wp-includes/ folder

How to Check if your WordPress Site is Loading Multiple jQuery Scripts Read More »

How to Dynamically Modify Request URL or Parameters in WordPress Functions wp_remote_get or wp_remote_post

WordPress has lots of filters and actions which are known as actions. That way you can achieve a lot of things without having to modify the WordPress source code directly also known as hacking the core. There is a WordPress filter for the http_request_args but there isn't one for 'http_request_url' just yet. To modify the

How to Dynamically Modify Request URL or Parameters in WordPress Functions wp_remote_get or wp_remote_post Read More »

The new new server is up and running. Enjoy!