I’m trying to work sub-menus into my theme but am running into issues when navigating to BuddyPress pages (as opposed to standard WP pages, posts, etc.). Basically, what I...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 9...
I’d like to insert some mysql data into every new blog that’s created on my buddypress system. How can I hook up to the newly created blog data? ID,...
Is there a place that shows all available template tags and how to use them similar to how wordpress does? I’m trying to link to a profile within a...
As someone learning WordPress for the purpose of customizing a Buddypress installation, I’m looking for a graphic representation of how Buddypress works and augments a standard WordPress Multi-User installation....
How to add a logout option to the main nav menu (not to the top bar) in BuddyPress? 1 Answer 1 Google is your friend. Here is a snippit...
I’d like to exclude a specific user account from showing up in the activity stream. I found this code that’s supposed to exclude the Admin. Any clue how to...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...
I am trying to incorporate author avatars into my posts by doing <?php echo get_avatar( get_the_author_meta('ID'), 150 ); ?> but I can’t go larger than 50x50px without it getting...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...