Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php elseif ( get_row_layout() == 'chefs_layout' ) : ?>
  2. <?php $ = get_sub_field( '' ); ?>
  3. <?php if ( $ ): ?>
  4. <?php foreach ( $ as $post ): ?>
  5. <?php setup_postdata ( $post ); ?>
  6. <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
  7. <?php endforeach; ?>
  8. <?php wp_reset_postdata(); ?>
  9. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement