Hide date in post template of the related article….

Posted in: Newspaper
Post count: 54

How to Hide date in post template of the related article….
1.hide the date.
or
2.hide the related article column
website
screen shot

Post count: 20688

Hi,

That related section that you mention is coming from the Jetpack plugin not from the theme. Maybe the plugin has the option to not display the date on the posts.
Or maybe you can try a code like this, if there is no setting for that
https://www.screencast.com/t/08bTMqIxu

.jp-relatedposts-post-date {
display: none!important;
}

The code must be entered in Theme panel->Custom Css if you decide to try it.
If you want to disable the default theme Related articles section, you can do that in the theme panel
https://forum.tagdiv.com/related-articles/

Thanks

Post count: 54

thank you …problem solved ^_^

But related article setting is nothing to do with that , i have tried before…
only works on the related article of the bottom…

Post count: 20688

Hi,

The options that are mentioned in the guide will only affect the theme Related articles. I though that you wanted to disable this theme feature, and display only the Jetpack related articles.

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.