Remove post dates from my Dynamic News Theme?
-
What CSS code do I need to remove post dates from the Dynamic News theme?
Do I need to do this for each past and future post or is there a way to do it so it fixes all past ones and is the default for all future ones?
Will removing dates from past posts also remove them their listings on Google? If not, how can I accomplish this?
Can I do all of this staying on WordPress.com or do I need to go to .org?Thank you?
The blog I need help with is: (visible only to logged in users)
-
To be clearer about my related question about the Google listings – I want to know how to remove the dates from the summaries of my posts that appear in the Google listings (not remove the the post from the Google listing)
And, do you know whether removing the dates retroactively will affect their Google ranking? Thanks.
-
You can remove your post’s dates with the following CSS:
/* Remove Post Date */ .meta-date { display: none; } /* Adjust Post Author Appearance */ .meta-author.sep { padding-left: 0; border-left: 0; margin-left: 0; }To learn more about how CSS editing works at WordPress.com, see these helpful pages:
http://en.support.wordpress.com/custom-design/css-basics/
http://en.support.wordpress.com/custom-design/editing-css/
http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/
For future CSS requests, please try posting to our customization forum:
https://en.forums.wordpress.com/forum/css-customization
When you create a CSS-related help request, please make sure to select or link to the WordPress.com site you’re working on and include a clear description of the change you’re trying to make.
In regard to how your site appears in Google’s listing, please check out their Webmaster Tools:
Let us know if you have any more questions.
- The topic ‘Remove post dates from my Dynamic News Theme?’ is closed to new replies.