Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #615210

    I was wondering if there was a way to remove the date and author from both category and tag pages. Also, the tag page has the word “Posts”; can that be removed too? If so, how can I do so? Please see attached for example.

    Thanks!

    #615743

    Hi schenkco,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .category .post-meta-infos, .tag .post-meta-infos {
    display:none !important;
    }

    Regards,
    Rikard

    #616617

    Awesome, the date and author are gone. I was wondering if there’s a way to remove the word ‘Post’ from the tags page. Thanks!

    #616625

    Hi!

    Please add following code to Quick CSS as well

    .tag h3.post-title.tag-page-post-type-title {
        display: none !important;
    }

    Cheers!
    Yigit

    #616628

    That’s weird, adding the last code broke the link. It does not appear my tags page is a valid page anymore. Thoughts?

    #616630

    Hi!

    That should not happen. Can you please flush browser cache and refresh your page a few times?
    If that does not help, please go to Settings > Permalink and flush permalink settings

    Best regards,
    Yigit

    #616634

    You’re right – I was messing around with the permalink settings. A simple cache flush fixed the issue. Thanks for your quick response! You guys are the best!

    #616638

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove date and author from category and tag pages’ is closed to new replies.