How to remove date and author on first page?


Author Message
Sammy

Posted: 8/24/2009
Quote message 

Will someone help? I 'd like to remove the date and author on the first page of my blog.

Do you know how I can go about doing that?

Thank you for your time!
 
Adam

Posted: 8/24/2009
Quote message 

You can do it with this plugin:
http://wordpress.org/extend/plugins/date-exclusion-seo-plugin/
 
Garry

Posted: 8/24/2009
Quote message 

Plugin to remove date:

http://www.dailyblogtips.com/date-exclusion-wordpress-plugin/
 
Marisa Wright

Posted: 9/29/2009
Quote message 

Quote Adam:


Tried that, didn't work. :(

Any other suggestions? I've tried editing the code and removing 'Y' from the date, which would be better than nothing - but it just seems to ignore me.
 
Dave Porter

Posted: 9/29/2009
Quote message 

Hi Marisa,

Removing the 'Y' is just removing the year, you probably need to remove the complete php statement that display that.
Try that, but make sure you take a backup first !

regards, Dave

 
Marisa Wright

Posted: 9/29/2009
Quote message 

Quote Dave Porter:

Hi Marisa,

you probably need to remove the complete php statement that display that.
Try that, but make sure you take a backup first !

regards, Dave

I've hesitated to remove the complete php statement because it's part of a much bigger piece of code that I don't understand, and I'm frightened I'll break something!

I would settle for just removing the year, if I could get that to work. I've managed to do it on other (non-Artisteer) themes by editing the .php files without any trouble - it just won't seem to work with my Artisteer one.

Loving everything else about the program, though!



 
Garry

Posted: 9/29/2009
Quote message 

Have your tried removing following div from your index.php:

<div class="art-PostHeaderIcons art-metadata-icons">
<?php echo implode(' | ', $icons); ?>
</div>