• Resolved mysticspiritus

    (@mysticspiritus)


    Hi, how can I hide the author name and timestamp on pages? I tried removing it, but whenever I removed the code that makes it show my sidebar disappeared as well. Help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • if just on Pages
    look in your theme’s page.php for the code

    if on posts
    look in your theme’s single.php

    if on main page
    look in theme’s index.php

    Isn’t there a way to do this thru the dashboard, I mean thru /wp-admin? Seems like something enough people would want, should be easy to do thru WP interface rather than hacking the pages directly.

    Yeah I have the same question. I don’t wanna have the time, date and author’s name displayed on posts. What should I do?

    look into your theme files – as @samboll suggested – and seach for <?php the_time('F jS, Y') ?> and <?php the_author() ?>
    and then comment them out or delete the code – and be sure not to destroy the html structure.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hiding author and date on pages?’ is closed to new replies.