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.
Read MoreSharing PDFs on your WordPress website is an effective way to provide resources, reports and other valuable documents to your visitors. However, managing large files can sometimes slow down your site if not done properly. One of the best methods to embed a PDF in WordPress is by using Google Drive. This approach offers a […]
Read MoreAt 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 […]
Read MoreLearn how to deploy a high-availability WordPress website on Azure, ensuring robust performance, scalability and security for your online presence.
Read MoreIn 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 […]
Read MoreIn 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 […]
Read MoreIf 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 […]
Read MoreUnable 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.
Read More