Hi all
You know all the Wordpress Widget had a parameter on it's hook function. The parameter would be affect on website front-end, of course.
I wanna change (costumize) some of WP Widget Parameters on my sidebar (Primary and Secondary Aside). But I don't know where to edit those php code?
Example:
I wanna modify the Linklist Widget parameter to this
<?php
wp_list_bookmarks('title_li=&category_before=&category_after=');
?>
Please help me what should I do!
Thanks before guys. :D