admin管理员组

文章数量:1326344

i need to place category base permalink in my theme like this

<?php if ( is_category('in-theaters') ) { ?>
<li class="active"><a href="<?php echo esc_url( home_url() ); ?>/genre/in-theaters/"><i class="fa fa-ticket"></i><span><?php echo intheaters; ?></span></a></li>
<?php } else { ?>

<li><a href="<?php echo esc_url( home_url() ); ?>/genre/in-theaters/"><i class="fa fa-ticket"></i><span><?php echo intheaters; ?></span></a></li>
<?php } ?>

so i need this output result

http://mywebsite/category/

本文标签: categoriesGet category base permalink