• Hi there,

    New to WordPress.
    I’m trying to set up a website for my folks who run a cattery and this theme has the elegance that they require, obviously with a few alterations.

    I would like to remove the author and the category from the post made on the homepage as these will be used as update for customers visiting the site.

    I’m not sure how to do this and so would really appreciate any help you could offer.

    Many thanks for your time
    Mark

Viewing 1 replies (of 1 total)
  • Theme Author TT Themes

    (@tomastoman)

    Dear Mark,

    to hide the post meta data (author, date and number of comments), please go to “Appearance > Theme Options > General Settings”. Under the headline “Post options”, you can find the option “Display Meta Box on single posts”. Set here the option “Hide”. After saving, the meta box will disappear.

    To hide the categories and tags below the post entries, please insert the following CSS code into “Appearance > Theme Options > Other Settings > Custom CSS”:
    .post-meta {display: none;}

    I hope that my answer will be helpful for you.
    Best regards
    Tomas Toman

Viewing 1 replies (of 1 total)
  • The topic ‘Removing Author and categories from posts’ is closed to new replies.