To generate/create Image XML Sitemap using featured image and post content images in WordPress properly, we need to use a action hook called publish_{$post->post_type} ( triggered whenever a post, page or Custom Post Type(CPT) post is updated and its new status is “publish” ).
Read More »How to create a Sitemap with and without plugin in WordPress(XML and HTML)?
In this article i can show how to create XML and HTML sitemap with and without plugin in wordpress. There is a very simple WP plugin named “Really Simple XML and HTML Sitemap” and to create Sitemap without plugin just follow my steps.
Read More »Caching data with WordPress Transients API
In this article, we are going to see how we can cache data in WordPress using WordPress Transients API with a real world example. Here i described everything step by step.
Read More »has_action VS did_action in WordPress
In this article, we will learn what is has_action and did_action and how can we use it. We can see all the things about has_action and did_action with an example.
Read More »What is URIs, URLs, and URNs and what is the difference between URI and URL.
Here i am going talk about URIs, URLs and URNs because i see a lots of confusion between the three. In fact i used to confused between them and they cause me a lot of headache and i don’t want you go through that.
Read More »PrestaShop Installation Problem on Localhost XAMPP Server and Solution
Showing error like this:
Oops! Please correct the item(s) below, and then click “Refresh information” to test the compatibility of your new system.
->GD library is not installed
->Intl extension is not loaded
WordPress 5.7 Major Release : From HTTP to HTTPS in a single click
In WordPress 5.7, it much easier for users to migrate their sites from HTTP to HTTPS. Switching a site from HTTP to HTTPS is a one-click move. WordPress will automatically update database URLs when you make the switch if the user’s hosting environment has support for HTTPS.
Read More »How do I Import an RSS feed as WordPress posts properly(without duplicates)?
Before start to Import an RSS feed as Wordpress posts, you need to know about some WordPress and PHP functions like wp_schedule_event(), wp_insert_post(), simplexml_load_file() etc. Let’s describe it details:
Read More »