Learn how to disable the WordPress core sitemap generator and why it might be beneficial for your website, especially if you’re using a third-party sitemap plugin or dealing with performance issues.
Category: Wordpress
Fetch API and store to JSON file in WordPress
At times when we have limited access to an API endpoint where the get calls are restricted to a certain number of times, yet we want to show data from API every time a user hits our page. And when we have to do all this using WordPress as a platform, there is an easy… Continue reading Fetch API and store to JSON file in WordPress
High-Availability WordPress on Azure : Deployment
Learn how to deploy a high-availability WordPress website on Azure, ensuring robust performance, scalability and security for your online presence.
Fetch API And Store To JSON File In WordPress Every 15 Minutes
In this previous post we managed to fetch the endpoint and store the response in a JSON file in wordpress as a static file. We have hooked the api calls to wp_footer which can put tremendous load to server as that will get executed on every new pageload. Hence we are trying to fetch API… Continue reading Fetch API And Store To JSON File In WordPress Every 15 Minutes
Permalink Issues & Fixes in Local WordPress Development
In the world of web development, WordPress is a popular platform that powers millions of websites across the globe. It offers a user-friendly interface and a plethora of plugins and themes, making it a favourite choice among developers and site owners alike. However, like any other technology, WordPress development can sometimes present challenges. One such… Continue reading Permalink Issues & Fixes in Local WordPress Development
Block RESTAPI access to your WordPress site
Move All WordPress Posts To Trash
If you need to move all WordPress posts to trash, you can use a custom function and the wp_trash_post function to do so. In this post, we’ll walk through the steps to create a function that loops through all posts and then trashes all posts. And then hook it to an action so that it… Continue reading Move All WordPress Posts To Trash
WordPress asking for FTP credentials on localhost
Unable to Add/Delete plugin in localhost?
After you new and shiny localhost installation you go ahead and start cleaning up. Keeping one fallback theme twenty twenty and deleting others. Then you go ahead and try deleting the Hello Dolly plugin and the Akismat plugin which I believe may not have much usage in localhost and you face this issue of unable to delete or install wordpress plugin without error.