I’d like to hide the post category and show the date instead for RELATED POST that appears under the single post page
Right now it looks like that
Post Title
In “post category”
I’d like to show this instead
Post Title
On “post posted date”
Also is it possible to show say 4 related post instead of the 3 default and show the two posts that were posted before the one opened and the two that came after ? If none came after show the 4 before, if none before show the next 4 ?
Hey kilimats,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
sorry my bad, here is an example post in private thx
Hey!
Please note that does require a lot of modifications and editing of files, which we do not offer as per our support policy.
Please do consider to hire an expert, to help you out.
Thanks a lot
Cheers!
Basilis
OK in that case please advise how to turn off RELATED POST altogether, thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.related_posts { display: none !important; }
Best regards,
Vinay
Weird, that code works on some post and some dont, see private
whats missing?
Hey!
Please use the following also
.jp-relatedposts { display: none !important }
let us know if anything else is needed
Cheers!
Basilis
beauty worked thanks !