GetSimple Support Forum

Full Version: Remove 'Published on'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I remove this on my pages?
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
Thanks! All sorted Smile