Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <?php $tax_image = get_field('tax_image'); ?>
  2. <img src="<?php echo $tax_image[url] ?>" alt="<?php echo $tax_image[alt] ?>">
  3.  
  4. <h1 class="d-flex justify-content-center card-title">
  5. <?php the_archive_title(); ?>
  6. </h1>
  7.  
  8. </div><!-- end card-body -->
  9. </div><!-- end card -->
  10. </div><!-- end col -->`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement