In WordPress theme there’s no option for contributes to upload images. In fact, WordPress doesn’t allow users to do so... Read More
This small Code Snippets is for those who works in WordPress blog with a picture and at all times wants... Read More
Hide private content from non users with PHP Code snippet, You can restrict non members to see any of your private content. This short code allows you to write a private content in a post. How to use: Add This code in your functions.php... Read More
This Snippet is supposed to add in single.php, index.php or any other template within the loop. Don’t you think it... Read More
I am going to share quick easy snippet How to Automatically Set the Featured Image in WordPress that will set... Read More
In this post, you’ll came to know that how to create short code for custom post type with WordPress custom plugin. Custom plugin has been created to display custom post type by adding short code just before individual page. Custom post type for FAQ with name webr_faq can also be... Read More
Do you want to show or hide widgets on specific pages in WordPress? You can do this now. In this... Read More
In WordPress theme, sometime you need to execute custom PHP code in widget to showcase the different information related to... Read More
Many WordPress blog users forget to add featured image in their blog post while publishing their posts. If they remain forgetting to add the featured images, it would be time-consuming to re-edit those blog posts for assigning featured images. This Snippet will help you to have all those posts that... Read More
Starting a new series about code Snippets, In this series we share some useful code snippets of HTML, HTML5, CSS,... Read More
WordPress Pagination is a basic need for every websites using WordPress platform. There are many pagination plugin available. In this... Read More