• I know there are a lot of solutions for this problem, but …
    I have tried them and the dang date is still there

    TWENTYTEN THEME

    I have tried
    with css using .entry-utility{display:none;}
    at the bottom of the style.css to override the themes defaults.

    also

    in functions.php of the theme;

    function twentyten_posted_on() {

    it is called in loop.php before the content:
    <div class=”entry-meta”>
    <?php twentyten_posted_on(); ?>
    </div><!– .entry-meta –>

    ===============

    the stupid posted on date will not go away

    help please

    instantdailylotto.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • the style would be:
    .entry-meta { display: none; }

    this snippet:

    <div class="entry-meta">
    <?php twentyten_posted_on(); ?>
    </div><!-- .entry-meta -->

    does occur more then once in loop.php, and also occurs in loop-single.php.

    Thread Starter mrsray

    (@mrsray)

    thank you looking in more locations and deleting all of them worked!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove "posted on"’ is closed to new replies.