Viewing 11 replies - 1 through 11 (of 11 total)
  • It might be easier to do that using CSS “display: none;” for the dates – but specifics depends on your theme/site.

    Thread Starter thewordsaves

    (@thewordsaves)

    Thank you. I have seen notes to that effect, but where do I begin?

    A link to your site so someone can help you; or use a browser tool like Firebug to find the CSS code for that element. Then copy that code to your custom CSS or Child Theme (do no modify theme files or your changes will be lost when the theme is updated) and change the existing styles to:

    display: none;

    Thread Starter thewordsaves

    (@thewordsaves)

    Ok, but my site is not presently live. I have a child theme and the parent style sheet looks like below. Sorry for the long post. I am hopeful that you can point me in the right direction.

    Thanks again.

    /**
    * Theme Name: tpSunrise
    * Theme URI: http://www.tekpals.com/tpsunrise

    [That’s too much code to post here – please see: http://codex.ww.wp.xz.cn/Forum_Welcome#Posting_Code ]

    Yes,post a link to your site so we can take a closer look.
    Do you want to remove the dates from single.php (opened full post) or from archive / categories view also?
    BTW,this peace of code is for showing the author & post date (usualy at the top of the post:
    <p>Posted by <?php the_author(); ?> on <?php the_time( get_option('date_format') ); ?>
    Try to comment that out and if that’s what you want.

    Thread Starter thewordsaves

    (@thewordsaves)

    Okay, it’s an “early” work in progress but I will post a link shortly once I clean up a few things.

    Thank you!

    I can’t tell from code alone – and I looked at the demo site and it’s not clear that you can hide just the date using CSS.

    These forums really only support themes from the repository on this site, so you might ask the developer for help with this.

    Thread Starter thewordsaves

    (@thewordsaves)

    Nope… checked in with the developer and it is necessary to update the php files in order to hide the date. I’m not sure how or where though.

    Any thoughts?

    Thanks.

    Then post on the theme’s forum where the developer will see your post:

    http://ww.wp.xz.cn/support/theme/tpsunrise

    Thread Starter thewordsaves

    (@thewordsaves)

    I did post multiple times on their website. Maybe I will try posting within wp.org as well. Thanks.

    He made it clear that this cannot be done through CSS and that the php files needed to be updated.

    He said he would have to do this for a fee. I don’t know what it would cost though. Perhaps I will investigate further.

    In the meantime I will keep studying to learn things for myself.

    Thanks again.

    Thread Starter thewordsaves

    (@thewordsaves)

    Jut checked. Someone asked a question there a month ago and still now response. I don’t have high hopes. . .

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Removing dates from posts’ is closed to new replies.