• Hello,
    i want to remove the date and time a post was published, that is displayed at the top of each post.
    Could some help??

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there …

    Without adding any extra code / plugins etc you could simply try writing a page instead but enable comments .

    Other wise have a look in the plugin DIR and you should be able to find one that can edit this.

    there are probably lots of other ways but there you go ..

    Thread Starter piperis

    (@piperis)

    can i not just edit a page or something? surely there is abit of code somewhere….
    i just dont know what file to look at…

    Thread Starter piperis

    (@piperis)

    …maybe the post.php??

    Hi,

    in your post.php look for a line that says this:

    <p class=”post-info”><?php the_time(‘M jS, Y’) ?> by <?php the_author_posts_link() ?> <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> </p>

    If you remove that whole line, you will remove the date, and author of the post. If you want to just remove the date, remove this part:

    <?php the_time(‘M jS, Y’) ?>

    hope that helps!

    Thread Starter piperis

    (@piperis)

    thanks!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Edit Post page’ is closed to new replies.