JamesWright wrote:ZY could you expand on this I don't quite follow. the site im working from is film.falmouth.ac.uk
Ideally i'd just like another category in between the new releases and DVD releases section.
Yeah, and while you're at it, why is this piece of code in home.php exactly?
<?php else: ?>
<div class="home-title"><?php _e('Latest Headlines', 'arras') ?></div>
<div id="archive-posts">
<?php arras_render_posts(null, arras_get_option('archive_display'), 'archive') ?>
<?php if(function_exists('wp_pagenavi')) wp_pagenavi(); else { ?>
<div class="navigation clearfix">
<div class="floatleft"><?php next_posts_link( __('« Older Entries', 'arras') ) ?></div>
<div class="floatright"><?php previous_posts_link( __('Newer Entries »', 'arras') ) ?></div>
</div>
<?php } ?>
</div><!-- #archive-posts -->
I don't see any archive posts, my guess the 'else' isn't triggered (yet).
... forget this...
It's explained here: http://twitter.com/arrastheme/status/10113540896
Last edited by extatix (2010-03-19 05:21:02)
My Arras themed & Arras related site:
NullCore.
Please ask questions about Arras on forum, not through mail, thanks.