kerrypeterson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postI cant find that code string anywhere.
I am so confused and really appreciating your help.
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and posti installed a plugin that is meant to remove the date and time. It didn’t work so i deactivated it. Thanks for sticking with this one! 🙂
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postmmm.. Sounds a bit tricky!! thanks again. I hope this is right;
</div><!–CONTENT CATOGORY TAGS ENDS HERE–>
<div class=”normaltext”><!–CONTENT STARTS HERE –>
<div><?php the_content(); ?></div>
<div class=”linkpages”><?php wp_link_pages(); ?></div>
</div><!–CONTENT ENDS HERE –>
<div><img src=”<?php bloginfo(‘template_directory’); ?>/images/content_btmcurve.png” alt=”” /></div>
<div style=”width: 618px;”>
<div class=”content_readmore examples”>
<div><img src=”<?php bloginfo(‘template_directory’); ?>/images/contentbtm_leftcurve.png” alt=”” /></div>
<div class=”contentbtm_bg”>
<div class=”readmore_btn” style=”padding-right: 8px;”>
” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”>Read More
</div></div>
<div><img src=”<?php bloginfo(‘template_directory’); ?>/images/contentbtm_rightcurve.png” alt=”” /></div>
</div>
</div>
<div><img src=”<?php bloginfo(‘template_directory’); ?>/images/spacer.gif” alt=”” /> </div>
</div><!–CONTENT CATOGORY1 ENDS HERE–>Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and posthttp://voftwines.com.au/blog/?page_id=125
Under the Sauvignon Blanc title – last modified…etc..
Thank you for your help, much appreciated!
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postcould it have something to do with a permalink?
Forum: Fixing WordPress
In reply to: Removing Date and Time from all pages and postHi Joni, thank you so much for your prompt response.
I have search all those php files and cannot find code like that
[the_date]. Is there anything else it could be?