Hi OTTO
i knw that the link category are different from post category, but i have the category with same name.
EXAMPLE
Link Category name -> MOTOR
Post Category name -> MOTOR
I put the code
<?php wp_list_bookmarks(‘title_li=&categorize=0&show_name=1&show_description=1&category_name=single_cat_title()’); ?>
in Categoy post page to show the link of the link category with same name.
if i use
<?php wp_list_bookmarks(‘title_li=&categorize=0&show_name=1&show_description=1&category_name=MOTOR‘); ?>
it works
but i need to pass the single_cat_title() cvariable so it works for all category
THANKS