Wordpress permalinks set
- by Jimit
How can I pass category ID using permalinks?
my post page id is 205 and for that I used function <?php echo get_page_link('205');?> and I also want to pass category id along with this link, how can I pass category Id with this page link?