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 .= ' &ndash; <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

Thumbs up

Re: Remove all Dates? Frontpage Thumbs, Categorys, Widget etc.

I am trying to do the exact same thing.
Any help appreciated.

Thanks very much,
Reid

Thumbs up

Re: Remove all Dates? Frontpage Thumbs, Categorys, Widget etc.

Nobody who can help on this?

Thumbs up

Re: Remove all Dates? Frontpage Thumbs, Categorys, Widget etc.

I've been trying how to omit dates on featured aswell no luck...

Thumbs up

Re: Remove all Dates? Frontpage Thumbs, Categorys, Widget etc.

Search for 'black bar' and you'll find a gazillion answers.

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.

Re: Remove all Dates? Frontpage Thumbs, Categorys, Widget etc.

extatix wrote:

Search for 'black bar' and you'll find a gazillion answers.


just installed this plugin seems to work fine. Date Exclusion SEO
http://www.dailyblogtips.com/date-exclu … ss-plugin/

Thumbs up

Re: Remove all Dates? Frontpage Thumbs, Categorys, Widget etc.

That won't help with the display of dates on the thumbs.

My Arras themed & Arras related site: NullCore.
Please ask questions about Arras on forum, not through mail, thanks.