How use bp widgets in a non-widget theme or other cases
-
Hi guys,
i’m an italian php developer, i think i’m the youngest guy that is trying wordpress.
So, when i have a non-widget wordpress theme, generally, i add code to widgetize it, but sometimes i need a non-widget theme.
In wordpress when i use non-widget theme, i put code like <?php wp_tag_cloud(); ?> and if it’s possible i costumize the tag cloud adding some piece of code, like <?php wp_tag_cloud(‘largest=30’); ?> (I hope this code it’s correct).
In buddypress if i put the <?php bp_core_widget_members() ?> in my sidebar.php for example it return an error, that says that it can’t use extract that requires the function’s argument, bp_core_widget_members($args).
What do i have to put on $args ? and how can i use widgets in non-widget theme?
- The topic ‘How use bp widgets in a non-widget theme or other cases’ is closed to new replies.