WordPress

Page Sitemap Hey You want to stop automatic creating sitemap for pages, so paste given code in your wordpress website’s theme’s functions.php. How to Stop Sitemap for PAGE open active theme’s folder. paste given code in functions.php. then click SAVE button. Code –  add_filter( ‘wp_sitemaps_post_types’, function( $post_types ) { unset( $post_types[‘page’] ); return $post_types; } […]

Definition This is the body of the website in the cpanel, which you know as the root directory. When you want to add any type of code like ads.txt to your website. So you have to put the code in the root directory itself. Where is Root Directory Open your hosting’s cpanel and go to […]

Sitemap It is very important to have a sitemap to index the uploaded content of the website in the proper search engine. If you are a user of WordPress and you want to create a sitemap.xml file on your website and upload it in your WordPress then you can do so. For that you follow […]