Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same question please Paul? I’m using the Spine theme for a website rather than a blog so really don’t want to see the edited date on every page.

    Temporarily my site is here: desktop.plus.com/pivotal/

    Theme Author Paul de Wouters

    (@pauldewouters)

    can you try this code in a child theme (functions.php )

    https://gist.github.com/pdewouters/6570225

    I tried creating a footer.php file in my child theme folder and it contained the code below and nothing else. I’m not exactly an advanced user so not sure that was was what you meant, but then I get a server error or blank page.

    <?php

    function tingle_byline( $html ){
    return ”;
    }
    add_filter(‘entry_byline’, ‘tingle_byline’ );

    Sorry I meant functions.php not footer.php

    I couldn’t make the functions.php file work but I managed to get rid of the date by commenting out lines 20-24 of content-page.php

    <!– <?php } else { ?>

    <header class=”entry-header”>
    <?php the_title( ‘<h2 class=”entry-title”>‘, ‘</h2>’ ); ?>
    </header><!– .entry-header
    –>

    Doesn’t seem to have affected anything else, dates are gone from pages and posts but… who knows?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to get rid the edited date’ is closed to new replies.