• I am wanting to remove the Date Posted in Uncategorized | Edit | Comments Off line from all my site but am not sure how to do that. In looking at several themes they all seem to have that on as well. Any help would be great!

    Thanks,
    Heidi D

Viewing 4 replies - 1 through 4 (of 4 total)
  • decide on a theme and report back.

    the code area is different from theme to theme.

    you may need to edit index.php, single.php (and page.php, archive.php, and more theme files.)

    you will be loking for something that contains all or part of this example from the default theme:
    <p class="postmetadata"><small><?php the_time('F jS, Y') ?></small> - Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>

    which you may need to delete all or selective.

    I am trying to do what Heidi wants to do with Wheat-lite 1.2. Can you offer some advice? Thanks!

    There are thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    T B

    (@bekefitibor)

    The same problem 3.0
    Can I hidden or remove from wordpress php file or mysql?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Date, Catagory, Edit, Comment Line…’ is closed to new replies.