Calling any Woo Themes member....

atomicvenom

Registered Member
Joined
Feb 27, 2010
Messages
61
Reaction score
11
I need to find out how to remove the date from the canvas theme.

I am not a member there, so I need a member to either post, or PM me the method to remove the date in the theme.

Here is the link to the thread:

Code:
http://forum.woothemes.com/topic.php?id=31721

Thanks for your anticipated help.
 
Just downloaded the theme to check it out, if you mean the line where it's something like
Code:
by WOOTHEMES on JANUARY 11, 2010 in CATEGORY 1, GENERAL
then just go to index.php and remove line 38 which should look like this
Code:
<span class="small"><?php _e('on', 'woothemes') ?></span> <span class="post-date"><?php the_time($GLOBALS['woodate']); ?></span>

If you want it removed on the single posts as well, it's line 27 on single.php
 
Thanks a million.

It worked like a charm.
 
Just downloaded the theme to check it out, if you mean the line where it's something like
Code:
by WOOTHEMES on JANUARY  11, 2010 in CATEGORY 1, GENERAL
then just go to index.php and remove line 38 which should look like this
Code:
<span class="small"><?php _e('on', 'woothemes')  ?></span> <span class="post-date"><?php  the_time($GLOBALS['woodate']); ?></span>
If you want it removed on the single posts as well, it's line 27 on single.php

Hi,

I am a newbee trying to figure out making my first site.. Can you please share the help/tutorial documentations of the woostore theme if you can reach the members area?
 
Back
Top