I want bp_blog_widgets.php to include only Blog 1
-
So I have already modified the bp_blogs_widget.php file to remove the word “Blog” and to show excerpts for all of the posts on the page.
What I really want to do is force that widget to show posts ONLY from Blog1…the main blog. I don’t want all of the other blogs posts to appear. I have all of the main writers linked up to Blog1, but I want members and other random people to still be able to create a blog if they wish. I just don’t want their posts on the front page.
So what do I need to change in the php file? I’m pretty sure it’s something around this piece of code…
[<?php $posts = bp_blogs_get_latest_posts( null, $options ) ?>]
My website is http://www.mmaopinion.com
Thanks!
You must be logged in to reply to this topic.