How can I make the date of the post show up only on the home page? In other words, the post date will show up on the home page of the site, but it will NOT show up on the actual post pages, any archive pages, etc.
ThemeShaper Forums » Power Blog
[closed]
Make Post Date Only Render on Index Page
(5 posts)-
Posted 3 years ago #
-
Hi Christian,
this one will work:
.meta-sep-entry-date {display:none;} .meta-prep-entry-date {display:none;} .entry-date {display:none;} .home .meta-sep-entry-date {display:inline;} .home .meta-prep-entry-date {display:inline;} .home .entry-date {display:inline;}Chris
Posted 3 years ago # -
Just pop this into functions.php, correct? Much thanks!
Posted 3 years ago # -
Christian those are css declarations - put them in your child themes style sheet
Posted 3 years ago # -
lol. Thanks amygail. Sometimes I just need to slow the heck down :) btw, this worked perfectly!
Posted 3 years ago #
Topic Closed
This topic has been closed to new replies.