Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter randomdave

    (@randomdave)

    Aha. Needed to set up an if statement for the featured player.

    <?php if((is_home()) && ($paged <= "1")) :?>
      <div class="featured">
    		<?php include (ABSPATH . '/wp-content/plugins/content-gallery/gallery.php'); ?>
    	</div>
    <?php endif; ?>
    Thread Starter randomdave

    (@randomdave)

    I managed to get the pages to work sort of by commenting out:

    ?php
    $latest = get_option(‘matatag_latestnews_slug’);
    $latcat = ($latest == ”) ? 1 : get_category_by_slug($latest);
    query_posts(‘cat=’ . $latcat->term_id);
    ?

    However the feature player is still showing on the archive pages which is not ideal

Viewing 2 replies - 1 through 2 (of 2 total)