Hello,
I have the latest Constructor installed running on WP 3.0.3
I'm trying to comment out all reference to Dates. In other words I do not want the date of the posts to appear.
I searched for the_time in every template (there are a lot) I only found one instance and did the following
Page Template
(page.php)
Code before commments out
'<?php the_time() ?> |'
Code After adding comments out code
'<!--
<php the_time() ?> |
-->'
The dates still show up. Can someone tell me what I'm doing wrong?
Any help would be greatly appreciated