• Trying to show video post-format of tax term excerpts in first block, and image post-format tax term excerpts in second block:

    <div id="content" style="position:relative;width:738px;margin-left:281px;" class="hfeed">
              <h1>Videos</h1>
    <?php
    if ($suf_category_excerpt == 'list') {
    	get_template_part('layouts/layout-tiles2', '1l-sidebar');
    }
    ?>
              <h1>Infographics</h1>
    <?php
    if ($suf_category_excerpt == 'list') {
    	get_template_part('layouts/layout-tiles2', '1l-sidebar');
    }
    ?>
          </div>

    The page I need help with: [log in to see the link]

  • The topic ‘Display excerpts of video post format of CPT tax’ is closed to new replies.