removal of author and date link in single page

Viewing 5 posts - 1 through 5 (of 5 total)
  • #16905
    anhalt
    Participant

    In a post, right beneath the title, is shows the author and the date, the category and so on.

    Now, the author is only me, and the date is not needed for anyone to know, so how/where do I remove these two??

    Thanks
    Marius Anhalt

    #16912
    Daniel Tara
    Keymaster

    What theme are you using?

    #16916
    anhalt
    Participant

    funny… I wrote that somewhere… hmmm…. well maby not..

    Its Pinboard

    \Marius

    #16919
    Daniel Tara
    Keymaster

    I functions.php inside the function pinboard_entry_meta() delete these lines:

    <span class="entry-author-link"><?php the_author_posts_link(); ?></span>
    <?php if( ! is_singular() ) : ?>
    	<span class="entry-date"><a href="<?php echo get_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_time( get_option( 'date_format' ) ); ?></a></span>
    <?php else : ?>
    	<span class="entry-date"><?php the_time( get_option( 'date_format' ) ); ?></span>
    <?php endif; ?>
    #16931
    anhalt
    Participant

    That Works.. Thanks…

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.