Thread Starter
mdivk
(@mdivk)
Hello,
No, I am not talking about the “Latest Post” you were referring to, I am talking about “Related Post” which you can see it in the link I post in the initial post above and also here.
Thanks,
Thread Starter
mdivk
(@mdivk)
Can anyone help? desperately need a solution now. Thanks in advance.
Thread Starter
mdivk
(@mdivk)
Can anyone help? desperately need a solution now. Thanks in advance.
Yes I have the same issue, can someone let us know how to remove “Related Post” from our Posts pages?
So if a viewer clicks on one of our posts, the “Related Post” widget appears on the same page for every post, how do we get rid of that?
Thanks a lot, sorry for the rookie questions.
If I remembered how I did it I would tell you. Do believe I did some research and put it in my CSS editor. Sorry I can’t be any more help.
Hi Mdivk
try to put this code to your child theme style.css file:
div.single-feat .clearfix{
display: none;
}
or
.related-post {
display: none;
}
Hope this will help you
Feel free to ask
Cheers
TahoeRock
Thread Starter
mdivk
(@mdivk)
@tahoe Rock, @politicalnick:
Thank you guys very much, the related post is hidden now.
Me too! Thanks so much guys !
You are Welcomed
Feel free to ask if you will get some obstacle.
Cheers
TahoeRock