Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,528
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,783
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
Also, I don’t see how this will specify it to be underneath the random blogs listed on the blog directory in the right column.
This is the magic:
add_action('bp_after_directory_blogs_featured', 'my_custom_content_after_random_blogs');
This tells the “bp_after_directory_blogs_featured” do_action part of code in /wp-content/themes/bp-sn-parent/directories/blogs/index.php to plug in your custom code.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS