How to remove the dates from my Site?

Posted in: Newspaper
Post count: 28

Hey,
I am unable to find the option to remove the date from my site. I want to remove it completely, from posts, pages, sidebars and all the blocks. Can you please guide me with the steps to remove them globally?

Post count: 23312

Hello heisenberg234,

You should turn off your date from the Theme panel from the blocks/modules and post pages from here -> https://www.screencast.com/t/GbmrO1GL and then, you should use a bit of CSS code to display none the WordPress date from the top bar of your website.

The code is ->

.td_data_time{
display:none;
}

Thanks for the message!

Post count: 28

Hey,
Thanks for that quick reply.

I have one more query. Is there a way to display the related posts in the sidebar section with respect to the post’s category? For eg. if the post is filed in “tech” category, the related posts in sidebar should show articles only from the “tech” category and nothing else.

Also, is there a way to build multiple sidebars for different categories?

Looking for your reply.

Post count: 23312

Hello heisenberg234,

You should create your own sidebar using more blocks sorted by your desired category. You simply have to filter the block by a category and in that block, you will have the only posts from that category. Please check here -> https://forum.tagdiv.com/block-settings-guide/

Thanks for your understanding!

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