GetSimple Support Forum
Remove 'Published on' - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11)
+--- Thread: Remove 'Published on' (/showthread.php?tid=843)



Remove 'Published on' - ash.1111 - 2010-07-11

How can I remove this on my pages?


Remove 'Published on' - n00dles101 - 2010-07-11

depending on your theme but at a guess your using the Cardinal theme,
just remove the follwoing line from the template.php file from themes\cardinal\template.php

Code:
<p class="page-meta">Published on &nbsp;<span><?php get_page_date('F jS, Y'); ?></span></p>

Mike


Remove 'Published on' - ash.1111 - 2010-07-11

Thanks! All sorted Smile