Removing Updated Date
-
Hi!
I’m using Blossom Feminine for my website, and everything looks great, except that the theme shows the “updated on” date for all my posts. This is a personal website, and I’d rather just show the date things were originally posted, rather than the updated date. I don’t want to change the date on the post every time I fix a typo.
I tried adding
.updated-date {display: none;}
to my custom CSS but it didn’t work. Any ideas?The blog I need help with is: (visible only to logged in users)
-
Hi @teawithgrim, it looks like you are using WordPress but you are not hosted here at WordPress.com. These forum are for those hosted here at WordPress.com. There is a dedicated Blossom Feminine support forum at WordPress.org where you can post for help with this theme.
The differences between WordPress.com and WordPress.org.
Since I can’t see your site, I couldn’t look at it to see if I could give you a quick solution. I did look at the demo site, and it looks like you might have to contact the theme author as they may be using some special php scripting, which will require a more work.
-
If you wish to hide the entire date (original or updated, the following would do that.
#primary .post .text-holder .entry-header .entry-meta .posted-on { display: none; }
- The topic ‘Removing Updated Date’ is closed to new replies.