Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #501282

    Hello,

    I have a client that needs a “news and publications page” and a “blog page”. We’re posting to the blog for both pages, and used the advanced layout editor to assign categories to each page. Thus anything assigned to category “news” posts to the news/publications page – and anything assigned to blog (or a number of other categories) posts to the blog page.

    The issue is that on the News and Publications page we don’t want blog meta to display (author, tags, date etc), but DO want it showing on the blog page.

    Is this possible? Is there a way to exclude meta on any single blog posts so that when we post for the news page the meta is always removed?

    I hope this makes sense! Your help is much appreciated!

    #501439

    Hey d1atemplates!

    Thank you for using Enfold.

    Yes, it is possible. Please give us a link to the “News and Publications” then we’ll give you the css to remove the post meta info. You can do something like this in the Quick CSS field:

    .page-id-19 .post-meta-infos {
        display: none;
    }

    Adjust the page id “19” to the id of the “News and Publications” page.

    Regards,
    Ismael

    #501897

    This is fantastic, I’ll give it a go now, thank you!

    #501994

    Hi,

    Great, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.