Topic: Remove all Dates? Frontpage Thumbs, Categorys, Widget etc.
Hi,
I want to remove all Dates which are didplayed in Arras Theme. I found some posts to remove the date, displayed in the featured post thumbnails.
But it seems, this do not work for me. And I have some little different code in the file, so I am not shure if I am right. I opened my filters.php and changed (line 29-31)
if ( arras_get_option('post_date') ) {
$postheader .= ' – <abbr class="published" title="' . get_the_time('c') . '">' . get_the_time(get_option('date_format')) . '</abbr>';
}to
if ( arras_get_option('post_date') ) {
$postheader .= ' ';
}Cleared my Browsercache but the Date is still in my featured posts thumbnails.
Were is my mistake?
Next I want to remove every Date in the Theme (beside the Comments Date). For Post pages I have done this with the Arras Theme Settings in backend. So I want to remove the date in the Category Archives Pages and in the Sidebar Widgets (I use featuerd Storys Widget not Tabbed SIdebar Widget).
How to do that?
Thanks
Holger