Hide "created date" on pages?

Not sure why I’d want somebody to know the actual day I made a page or even a product. How can I hide or remove this?

If you leave it blank in the Admin it will not show on your site.



Uncheck the Availability User Groups box

When I erase the date that was created and hit SAVE, it goes back to today’s date by default.



Not sure what you mean by, “Uncheck the Availability User Groups box”

On a Product Page, under the Availability Section, right above the Created Date. Uncheck all the User Group boxes.

[quote name=‘Triplets’]On a Product Page, under the Availability Section, right above the Created Date. Uncheck all the User Group boxes.[/QUOTE]



That does not solve the problem. The date is still displayed. The user groups has nothing to do with the date. It is related to who is allowed to see that particular page.



Anyone have a solution for not showing the created date on pages?

More specifically, this happens not on the page itself, but if you create a page and assign a child page underneath it, the date shows up in the list of sub or child pages.

In /skins/YOURSKIN/customer/views/pages/view.tpl, remove the bits in red:

{foreach from=$page_children item=child_page}

  • [COLOR="Red"]{$child_page.timestamp|date_format:$settings.Appearance.date_format}[/COLOR] {$child_page.page}

  • {/foreach}




    Bob

    Thanks I just tried this - works a charm

    Does this take the date off the News block as well?