Creating a Dynamic XML News Sitemap for WordPress without Plugin
Creating dynamic or automated XML news sitemap for WordPress is easy. Which will automatically create a news sitemap generator through PHP function code without any plugins. Which will auto generate news articles available in WordPress post, category or custom post type in news-sitemap.xml. If your website is a news website … Read more
How to Create Dynamic Table of Contents in WordPress without Plugin
Here we will learn how to create Dynamic Table of Contents in WordPress without Plugin. To add it on WordPress, we will just take the help of php function code. We wrote a simple php function code that can be placed in the header of any custom snippet plugin or … Read more
How to Disable WordPress Default XML Sitemap
Here we will learn how to disable the default XML Sitemap created on WordPress. Also methods to disable the default sitemap.xml created by Yoast SEO plugins. Beginners can easily implement it on their WordPress website. If you create a website on WordPress then XML Sitemap is a very important part … Read more
Creating a Dynamic XML Sitemap Generator for WordPress without Plugin
Here we are going to tell you how to create a dynamic XML sitemap generator for WordPress without a plugin. Which will automatically add the URL to the page of sitemap.xml and along with it there will also be a process of auto generating the last modified date. For this … Read more