Thanks Michael but it doesn’t help me much.
1. Forum as a page link is ok, but not enough, i would like to have it big as a part of category menu. I tried to put the link in code in archive.php ( there is no category-6.php or category.php provided in my template) but it doesn’t work. I tried to use this code:
<?php
if( $iCategory == 22 ){ // id of category with link
header( 'https://mypage.com/' ;); // external link
exit;
}
?>
Maybe this code is wrong or i am trying to put it in wrong place.
2. I need to link Category to specific page not page to category. Using this method I can link pages to categories, but how to do it in other direction?
thank you for help, regards.