author.php 276 B

12345678
  1. <?php
  2. $show = rd_vamtam_get_optionb( 'post-meta', 'author' );
  3. if ( $show || is_customize_preview() ) :
  4. ?>
  5. <div class="author vamtam-meta-author" <?php VamtamTemplates::display_none( $show ) ?>><?php VamtamTemplates::the_author_posts_link_with_icon()?></div>
  6. <?php endif ?>