any ideas how to erase timestamp for blog post using wordpress?

by Spark
4 replies
Guys,

I am not sure where should i post so i though perhaps someone might be interested to know as well.. Would like to check how can we change our blog post structure that we don't need to reveal the timestamp as well as the author name for each post that i create?

Any suggestion on this? Appreciate someone who's good in wordpress can help? Thanks
#blog #erase #ideas #post #timestamp #wordpress
  • Profile picture of the author Dan C. Rinnert
    Change it in your theme.

    Look for something like <?php the_time(); ?> for the date and <?php the_author(); ?> for the author.
    Signature

    Dan's content is irregularly read by handfuls of people. Join the elite few by reading his blog: dcrBlogs.com, following him on Twitter: dcrTweets.com or reading his fiction: dcrWrites.com but NOT by Clicking Here!

    Dan also writes content for hire, but you can't afford him anyway.
    {{ DiscussionBoard.errors[1095084].message }}
  • Profile picture of the author Spark
    Hi Dan,

    Thanks for your help on this. How do i really change in my theme?

    On which template should i look into? So let's say i manage the the file. Do i just erase the <?php the_time(); ?> for the date and <?php the_author(); ?> for the author will do?

    Appreciate your help on this Dan. Thanks
    Signature

    People who risks change the world

    {{ DiscussionBoard.errors[1095141].message }}
  • Profile picture of the author Spark
    Updated,

    Ok, i manage to find the coding that you mention for 4 php.

    archive.php
    index.php
    search.php
    single.php

    What should i do next to clear away the dates? Do i just delete it away will do?
    Anyone willing to help me out on this? Thanks
    Signature

    People who risks change the world

    {{ DiscussionBoard.errors[1095175].message }}
  • Profile picture of the author Spark
    Ok, problem solve. I think i just change the coding in the php [For now i edit just the archive.php] but deleting the wordings and add in a . or spacebar it will do.

    Thank Dan for your help. At least you get me starting. Thanks!
    Signature

    People who risks change the world

    {{ DiscussionBoard.errors[1095215].message }}

Trending Topics