By calling the get_avatar() method we can get the author’s avatar, below is the code snippet to display the author’s avatar on posts or pages…
Leave a CommentCategory: Wordpress
It is easy and hassle-free to integrate the WordPress websites with the available Plugins from PayKun Payment Gateway. With PayKun WordPress Plugins you do not…
Leave a CommentOften clients ask for different content types in WordPress. Creating custom post types in WordPress is a lot easier job. A custom post type can…
1 CommentIn this post, I would like to show you how to configure multiple environments in WordPress. By using this technique you can deploy your WordPress…
Leave a CommentWordPress is built upon a collection of powerful core APIs. You can actually load the core APIs into any PHP application, just like any other…
2 CommentsIn this tutorial, i will show you how to get the post thumbnail URL in WordPress.Generally we use the_post_thumbnail(); function to display post thumbnail. But…
1 CommentIn this post i will show you how to remove the version parameter from scripts and stylesheets enqueued by WordPress’s wp_enqueue_script() and wp_enqueue_style() functions. you…
Leave a CommentI would like to show you how to disable or hide the admin bar in your WordPress application. Just put the blow line of code…
Leave a CommentIn this post, I would like to show you how to enable WordPress post thumbnails on your WordPress theme. Post thumbnails are pretty useful and…
Leave a Comment