Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114732
    wouwonline
    Participant

    Hi, I created a news-page, but I dont want to see the information about author, date etc. How can I remove that?

    https://nieuwburgen.nl/category/nieuws/

    When you open a blog page, I also want to delete the ‘related news items’ on bottom of the page,
    or only detele the category name in the related posts. Is that both possible? I prefer the last option.

    Thanks!

    #114778
    Mahesh
    Keymaster

    @wouwonline: This can be hidden with Custom CSS. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .category.category-5 #main .entry-header .entry-meta {
        display: none;
    }
    
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span.jp-relatedposts-post-date, 
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span.jp-relatedposts-post-context {
        display: none;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Blog Category page – delete info’ is closed to new replies.