Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #663491

    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 ?

    • This topic was modified 7 years, 10 months ago by yingyang.
    #664627

    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

    #664728

    sorry my bad, here is an example post in private thx

    #664786

    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

    #664799

    OK in that case please advise how to turn off RELATED POST altogether, thanks

    #664807

    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

    #665433

    Weird, that code works on some post and some dont, see private

    whats missing?

    • This reply was modified 7 years, 10 months ago by yingyang.
    #665452

    Hey!

    Please use the following also

    .jp-relatedposts { display: none !important }

    let us know if anything else is needed

    Cheers!
    Basilis

    #665458

    beauty worked thanks !

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hide post category and show date posted in RELATED POST’ is closed to new replies.