Hi.
I'm trying to use these functions to determine whether my nextgen gallery navigation should be on top or below the pictures (editing imagebrowser.php). This seems to work fine with is_single or is_category ie:
<?php if ((is_single()) || (is_category())): ?>
<div class="ngg-imagebrowser-nav">
<div class="back">
<a class="ngg-br(...)
but if I change to or add is_archive or is_page_template('template-file.php'), it doesn't work anymore. Any ideas???
Best
Morten