Forums

[resolved] Constructor Theme Questions (3 posts)

  1. shirley2011
    Member
    Posted 2 years ago #

    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

  2. Root
    Member
    Posted 2 years ago #

    Hack yr CSS
    Use {display:none} on the dates

  3. shirley2011
    Member
    Posted 2 years ago #

    THANK YOU Root! I appreciate it!

Topic Closed

This topic has been closed to new replies.

About this Topic