Viewing 1 replies (of 1 total)
  • Hi,

    To remove the “posted on by” in the post, you will need to edit the theme file content.php.

    Somewhere at the top of the file, you will see code like this:

    <?php if ( 'post' == get_post_type() ) : ?>
    <div class="entry-meta">
    	<?php pinblack_posted_on(); ?>
    </div><!-- .entry-meta -->
    <?php endif; ?>

    delete that and you should be good to go.

    Just a note though, the changes you make will be deleted when you update the theme. So, you’ll have to go through this again when that happens.

    If all this is still too much for you feel free to contact us through our website http://wpthemes.co.nz/contact/

Viewing 1 replies (of 1 total)
  • The topic ‘how remove " posted on by " in the post’ is closed to new replies.