• Hi, I am using the Newschannel theme and have opted for the option of having latest posts on my home page instead of a static page.

    The option of having latest posts on my home page allows rows of thumbnails displayed for the viewer to click on, however they each come with a tab with dates. Upon clicking into it, the post also displays the author name (‘posted by so-and-s0)and post dates. How can I hide the post dates from the thumbnails as well as the ‘posted by author’s name’ and post dates from the posts?

    Any help is appreciated!!! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you ever get any ideas on how to hide post date?

    Hi Renai100,

    There is two ways to do this, One is by CSS and other is by Code, But i think easiest way is to do using CSS. Try to add following code in style.css file of your theme folder:

    .item-footer{display: none;} /* hides date under thumbnails */
    .item-button{display: none;} /* hides arrow under thumbnails */
    .entry-meta {display: none;} /* hides author name and posted by */
    .date-style {display: none;} /* hides date on single posts */

    Hope this will solve your problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Hide Post dates and Author Name from Home Page's thumbnails and Posts’ is closed to new replies.