Guest User

Untitled

a guest
Aug 14th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <?php the_title( sprintf( '<h2 class="entry-title h2"><a href="%s">'.herald_post_format_icon(), esc_url( get_permalink() ) ), '</a></h2>' ); ?>
  2.  
  3. <?php if( get_field('alt_title_article') ): ?>
  4. <h2 class="entry-title h2"><?php the_field('alt_title_article'); ?></h2>
  5. <?php else : ?>
  6. <?php the_title( sprintf( '<h2 class="entry-title h2"><a href="%s">'.herald_post_format_icon(), esc_url( get_permalink() ) ), '</a></h2>' ); ?>
  7. <?php endif; ?>
  8.  
  9. <?php echo $ICO_result . get_field('alt_title_article'); ?>
  10.  
  11. <h2 class="entry-title h2">
  12. <a href="<?php the_permalink() ?>">
  13. <?php echo herald_post_format_icon() . ( get_field( 'alt_title_article' ) ?: get_the_title() ) ?>
  14. </a>
  15. </h2>
Add Comment
Please, Sign In to add comment