Hi all, I had modified my K2 theme RC3 before WPmu 1.5.1, and now I need to re-modify the RC6 version that runs on WPmu 1.5.1, I wanted to ask, it this still valid code to call a certain category from the blogroll?
<?php wp_list_bookmarks('category_name=header&categorize=0&title_li='); ?>
Thanks in advance
Looks fine,
http://codex.wordpress.org/Template_Tags/wp_list_bookmarks
Does it need a category=n, where n is the cat ID?
ok thanks, and not a WPmu question specifically, but does anyone know where I can find the menu code in K2's header?
I now see only:
<?php /* K2 Hook */ do_action('template_before_content'); ?>
And I don't know how to edit that to display the content I want... :s