Remove date items from one category

Posted in: Newspaper
Post count: 15

Hello,

Is it possible to delete the date of all items in a category? I just want to eliminate some items date.

Thanks in advance.

Post count: 23312

Hello morty,

I assume that you want to hide all the date for your category page, right? So, if you want to do this, please notice that you can use a bit of CSS code to achieve this. Below I will give you an example for a category, using the category ID, like this -> http://screencast.com/t/nVzDnDzPnjfo -> http://screencast.com/t/ztoBh64q9p

The code is ->

.category-13 .td-post-date{
display:none;
}

If is not what you mean, provide more details.

Thanks for your understanding!

Post count: 15

Hello Catalin,

No, what I want is to eliminate the date of all articles of the same category or know how to remove the date of specific items.

Regards,
JC

Post count: 23312

Hello morty,

Please notice that our theme does not have such a simple option for what you want to achieve but only if you add some conditions through the code to do that. As a hint, you will have to use the is_category() WordPress function and add this in td_module_single_base.php where the date function is called, like this -> http://screencast.com/t/PQCDPOux For more references in this regard, please consult the Codex documentation here -> https://developer.wordpress.org/reference/functions/is_category/
Also, if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thanks for your understanding!

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