WordPress

Domain Name in Sitemap WordPress’s default sitemap have domain name in PAGE’s sitemap, If you want to show Homepage/Domain_name in Post’s Sitemap so follow Simple steps – Open cpanel and go to File Manager. Then go to Public_html and Open wp-includes folder. Open Sitemaps folder and then open Providers folder. Open class-wp-sitemaps-posts.php file and change […]

PAGE INDEXING in WordPress WordPress’s Default sitemap is automatically created PAGE sitemap. If you want to stop indexing PAGE in search engines so follow simple steps. How to Stop PAGE indexing Open functions.php of active theme. Paste given code and SAVE. add_filter( ‘wp_sitemaps_post_types’, function( $post_types ) { unset( $post_types[‘page’] ); return $post_types; } );

Permalink Structure Website’s url in permalink in wordpress, and you want to change url structure without any coding so follow simple steps- Open WordPress’s Dashboard . Click on Setting then go to Permalink. Select any one structure and click on SAVE button. Hope you know how to change permalink structure in WordPress. Thanks for visiting […]

WordPress Sitemap All published url show on sitemap. If you want to change maximum url limit on wordpress default sitemap so follow simple steps – First Method – Open cpanel and open public_html folder. then find sitemaps.php file. scroll down and change 2000 to your choice. Second Method – >> Open active theme’s functions.php file […]

Newspaper WordPress Theme यह वॉर्डप्रेस के लिए बनाया हुआ थीम है जिसे tagdiv टीम द्वारा डिवेलप किया गया है । इस थीम को आप साधारण ब्लॉग, न्यूज या ecommerce की वेबसाईट के लिए उपयोग कर सकते है । डेमो देखने के लिए लिंक मे क्लिक करे  – click here  यदि आप इस थीम को खरीदना […]

FSE WordPress launch full site editing feature for customize wordpress theme without any coding. click here to read more button and read full article written by wordpress team. Read More – Click Here FAQ What is full form of fse ? Full Site Editing is full form of FSE. When launch fse for wordpress ? […]

Twenty twenty two Theme WordPress launch new theme for blog, this theme available in your WordPress dashboard. If you wanna to apply this theme so go to dashboard > appearance > theme . Download – Click Here What’s new on Twenty Twenty Two Theme Twenty Twenty Two Theme created by the WordPress team, These are […]

WordPress is a content management system based on php language, which uploads content to the website by WordPress. If WordPress is allowed to index, then the content written by WordPress in google or bing starts appearing in the search engine. Select Add Some Feature in WordPress Theme without using any Plugins. ALT name in IMAGE/thumbnail […]

Hey! today i share code to show ads before heading tag, You can add given code with ads code in functions.php and show ads before heading tag like – h1, h2, h3, h4, h5, h6 . How to Show ads Before Heading Tag open theme and go to active theme’s functions.php file. then paste given […]

Default Sitemap WordPress’s default sitemap show 2000url in per sitemap, if you want to change or customize url list in Default sitemap. Follow simple steps in your wordpress theme’s. How to change maximum Find sitemaps.php in wp-include folder. Change 2000 to according to your choice. Exampe – function wp_sitemaps_get_max_urls( $object_type ) { /** * Filters […]