Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Editing Activity Stream Front Page


gregfielding
Participant

@gregfielding

Thanks @mariusooms

I’d like it just on the directory activity page, which is my front page.

My slider code is simply:

if ( function_exists( ‘get_smooth_slider’ ) ) {

get_smooth_slider(); }

Where exactly do I put this code?:

<?php do_action( ‘bp_before_directory_activity_content’ ) ?>

<?php if ( function_exists( ‘get_smooth_slider’ ) ) {

get_smooth_slider(); } ?>

If it’s in post.form.php, it shows up on member profile pages, not the front page…

Skip to toolbar