Some cases we don’t to show all the posts but exclude posts from one or two categories. But you can use below query to excluded results anyway. This example is with pagination.
Wordpress
How to Reduce Post Revisions in WordPress Website?
In this tutorial we shows how to reduce the post revisions in WordPress. What is posts revisions and why we should reduce their count? Revisions are copy of your page/post whenever you make change. It works like version control(git), so if you have multiple editors you can review who has edited a content. But each…Continue Reading
How To Remove Category base From Your URLs In WordPress

In WordPress, default category URLs will come with category text in it. So your category URL will look like http://site.com/category/pictures. This doesn’t seem pretty in our eyes. So we need to remove this category text from Category URL WordPress. In this tutorial, we are showing two methods to do that. 1) Removing Category From Your…Continue Reading
Adding CSS to WordPress Theme Via functions.php File

When you want to add a new CSS file to the theme, you want to do it the right way. I’ve seen so many developers do it just embedding in the header.php. I would say that’s wrong practice. Then how to call a CSS/js file in WordPress properly. Follow the below code to add a…Continue Reading
10 WordPress Plugins to Improve Images Performance

In this article, I list out 10 WordPress plugins to improve image performance for your WordPress website. When your images loads fast, it improves the performance of your WordPress website. Why WordPress remains the best CMS or blogging tool, it’s nothing but the enormous amount of plugins. A person with zero knowledge about technology can start…Continue Reading
How to Exclude a Category from Your WordPress Homepage

In one way or another, you want to hide some posts belonging to one category on the homepage of WordPress blog. This little bit of code help you to do that in a nice way. Write the below code in the file ( Appearance-> Editor ->Theme Functions – functions.php). You can do the same with…Continue Reading
How to Install WordPress -WordPress Installation Tutorial

WordPress is a well-known blogger tool, 60% of websites on the internet occupied with WordPress websites. It’s very easy to install and setup for non programmers. So it made such a tool for bloggers, small scale website owners. Following is a guide to install WordPress on a web server. A web server is a bit…Continue Reading