예제 #1
0
function gigpress_archive($filter = null, $content = null)
{
    if (!is_array($filter)) {
        $filter = array();
    }
    $filter['scope'] = 'past';
    return gigpress_shows($filter, $content);
}
예제 #2
0
    ?>
</ul>
<?php 
}
?>
 

<!-- ABOUT BOX -->
<div class="box">
<h6>Upcoming <?php 
bloginfo('name');
?>
 Shows</h6> 
<?php 
$options = array('scope' => 'upcoming', 'artist' => 1, 'limit' => 10);
echo gigpress_shows($options);
?>
</div>
<div class="box">
<h6>Flyers</h6> 
<img src="/wp-content/uploads/2012/01/stst.jpg" width="100" />
<img src="/wp-content/uploads/2012/01/toasters.jpg" width="100" />
</div>
</div>
</div>
<hr />

<!--END RIGHT SIDE-->

<!--3 CATEGORIES-->
<?php