Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #47521
    HARDEEP
    Member

    Hi
    I want to display a post on the home page, But when the post appears it has the author name, date, category as well.

    How can I remove this meta information.

    #47522
    HARDEEP
    Member

    Hi Figured it out

    In the custom CSS under the Theme Options, I had to add the following two lines

    .entry-header .entry-meta { display: none; }
    .hentry .entry-meta { display: none; }

    The first line removed the author info on the top of the post
    and the second line removes the category info on the bottom of the post.

    #47553
    Sakin
    Keymaster

    @HARDEEP: That’s nice. But, you can just replace those custom css with only one css. That will be

    .entry-meta { display: none; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Home Page Posts – how to remove author and category’ is closed to new replies.