Support » Themes and Templates » how to hide author and post date

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can add this to your theme’s style.css:

    .postmeta { display: none; }

    Mahesh

    (@sparxengine)

    You can use the CSS code used in the above post or you can manually remove the reference to the author and date from your single.php and index.php.

    Thread Starter bradborland

    (@bradborland)

    Thanks a ton!

    lejacobo

    (@lejacobo)

    I had the same need. Thanks to Andrei, I was able to solve it, Although in my theme’s CSS the attribute was called: “.post-meta” so I added “display: none; ” and it got ok’d.

    thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to hide author and post date’ is closed to new replies.