I got few emails regarding this problem from many people… and what i inferred is that this problem arises when one tries to show up the posts on the homepage category wise.
I was also unable to eliminate that problem completely but i am going to share my experience with you guys, how i adjusted to this problem!
NOTE: I am assuming that you have some basic knowledge of HTML. Also try implenting this first on your local server. This solution worked for me i can’t give you any guarantee that this would work for you too, but i hope it would work(99.9%)!
See i would recommend you guys to not to show posts category wise on your homepage. You better create another page by adding code in the file header.php.
Now you may be thinking “From where to get the code for another page”?
Simple, copy the portion of code from header.php that shows “home” tab in your theme.
Just copy that code in your header.php file and paste it to get home tab twice. Now you can rename this page by renaming HOME as whatever you like.
Now on this page you can show posts category wise. All you need to do is to get the url for the desired category page, like in my case it is “https://virgintech.org/category/virgintech-reviews”
Now this is the URL to which your newly created page should link to!
Now all the posts which are assigned this category will show up only on this new page.
That’s it!
Regards
Shahab khan
VirginTech.org