taxonomy permalink and page id
-
Hi,
I am going to load category permalink with this function
get_term_link($val, ‘categories’);<a href='<?php echo get_term_link($val, 'categories');?>'><p class="title, category" style="border-top-style:solid; border-top-width:2px; border-color: #efefef; cursor: pointer;"><?php echo $val;?></p></a>
but when link is active it redirects to anther page,
how can I change page_id for this link?
- The topic ‘taxonomy permalink and page id’ is closed to new replies.