Tagged Questions
0
votes
0answers
91 views
Retrieving posts connected to a user [closed]
Using the Post-to-Posts plugin, I’m trying to display all the posts connected to the user on the buddypress member profile. The custom post-type is named, “badges.”
The loop shows all of the ...
0
votes
3answers
62 views
custom post on homepage
How would I include a post from a specific category on my homepage in buddypress?
Example I have a category 'Homepage Banners' with an ID of 3.
In the admin I create a post and assign the 'Homepage ...
0
votes
2answers
611 views
How to show all posts by author on buddypress profile with navigation
I'm using Buddypress for wordpress and I'm trying to show a loop on the profile page of a user. I use infinite scroll to load more pages but the link to page 2 doesn't point to a group of posts and ...
0
votes
1answer
285 views
Query WP Page for Buddypress Group Home
I've created a new home template for my buddypress groups called front.php. With the code below, I've attempted to display the content of a wp page whose name corresponds to the group name. The loop I ...
1
vote
1answer
214 views
Show css depending on activity type in BuddyPress activity-loop
I was wondering if anyone knew of a way to show specific styles to the activity loop depending on the activity type?
This is what I had an idea of:
function mycustom_act_type() {
if ...
0
votes
1answer
134 views
Not Found when using activity stream as front page with BuddyPress
I'm trying to create a Thematic child theme that uses BuddyPress.
First, I tried using BuddyMatic -- which currently doesn't work with WP3.
Next, I tried the BuddyPress compatibility pack -- which ...