on the BuddyPress Social demo user Community tab you have a sub-men tab "blogs" or blog. I've looked at all the options can seem to get that to work for me - the only ones that show up are Members, Groups, Forums, but no Blogs - whats wrong with me?
on the BuddyPress Social demo user Community tab you have a sub-men tab "blogs" or blog. I've looked at all the options can seem to get that to work for me - the only ones that show up are Members, Groups, Forums, but no Blogs - whats wrong with me?
are you using wordpress or wordpress mu?
in single wordpress installation, there will be no 'blogs' tab.
cheers
I see, yeah I'm just using wordpress - so how would it be possible to add some of the categories from the blog to the main tabs?
open navigation.php and scroll down to below before <?php do_action( 'bp_nav_items' ); ?>
add <?php wp_list_categories('show_count=0&title_li='); ?>
cheers
did that but got this
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/twitterl/public_html/blog/wp-content/themes/bp-social/navigation.php on line 4
@tweeters: Can you please check you have exactly the code Richie pasted as seems something is up with the code you have it's basically saying you're not closing something you open.
recheck the code and try type in not copy paste..sometime the string html 'singlequote-dots' are misintepreted when
copy paste..
hey that wast it! now all the categories display alphabetically. how would I arrange that differently?
@tweeters I assume you mean the list_categories? If that is the case you can use the following link to see how you can modify that wordpress function: http://codex.wordpress.org/Template_Tags/wp_list_categories
You must log in to post.