Category: FEATURED

Load More Posts with AJAX. Step by Step Tutorial Without Plugins.
Load More Posts with AJAX. Step by Step Tutorial Without Plugins tutorial. It is something help you to execute this. Step 1. Load more button # You can skip this step if you want to load more posts on scroll. We begin with the button HTML. Here is just one…
Read More
Get featured image URL by page id in WordPress
Question. I need to display the featured image of a page. How can I get the featured image URL by particular page ID. Any help? Answers 1. Did you try anything? Its always helpful to share what you have tried. $url = wp_get_attachment_url( get_post_thumbnail_id($post_id) ); 2. Or if you want…
Read More
How to Create an Admin User in WordPress using function
Don’t have a wp admin access? Don’t worry, it can be easily done via FTP. In this article, we will show you How to Create an Admin User in WordPress using function. Connect FTP first and go the wordpress themes folder. In the themes folder there is function.php file. Open…
Read More
How to display related products in woocommerce single page with custom code
On Woo-Commerce product’s single page there needs to be display related products at bottom of the page. It’s a good thing to display the related products in the product details page so that customer can easily view the another products from the products details page. It’s a default features to…
Read More