%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/
Upload File :
Create Path :
Current File : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/archive_nav-storys.php

<?php
    $currentTaxID = get_queried_object()->term_id;

    $args = array(
        'taxonomy'  	=> 		'story-categories',
        'hide_empty'  	=> 		0,
        'parent'  		=> 		0,
        'orderby' 		=> 		'name',
        'order'   		=> 		'ASC'
    );
    $taxs = get_terms($args);
?>

<div class="wrapper">
    <nav id="category_nav" role="navigation">
        <ul>
            <li class="<?php if(is_post_type_archive('storys')){ echo 'current-menu-item'; } ?>">
                <a href="<?php echo get_post_type_archive_link('storys'); ?>" title="View all Succes Stories">
                    All Stories
                </a>
            </li>

            <?php foreach($taxs as $tax){ ?>

                <?php $taxLink = get_category_link($tax->term_id); ?>

                <li class="<?php echo 'cat-'.$tax->term_id.' '.$tax->slug; ?><?php ?><?php if($currentTaxID == $tax->term_id){ echo ' current-menu-item'; } ?>">
                    <a href="<?php echo $taxLink; ?>" title="View all Succes Stories in category: <?php echo $tax->name; ?>">
                        <?php echo $tax->name; ?>
                    </a>
                </li>

            <?php } ?>
        </ul>
    </nav>
</div>

Zerion Mini Shell 1.0