Viewing 2 replies - 1 through 2 (of 2 total)
  • edit loop.php of blaskan;

    I would like to hide post metadata such as author

    for ‘author’, remove this section:

    <?php if ( get_post_type() !== 'page' ): ?>
    				  <span class="author"><span class="author-label"><?php _e( 'Written by', 'blaskan' ); ?></span> <?php the_author_posts_link(); ?></span>
    				<?php endif; ?>

    to remove ‘etc’ is a bit more difficult to advise on …

    Thread Starter TimoElshof

    (@timoelshof)

    @alchymyth Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to hide post metadata on Blaskan theme’ is closed to new replies.