Skip to:
Content
Pages
Categories
Search
Top
Bottom

Activity Stream Front Page

Viewing 1 replies (of 1 total)
  • @jrcdyer

    Participant

    Yes 😀 On your home page, which is usually the index.php unless you’re using a static page, you can replace the code with, for example, this:

    `php get_header(); ?>
    php locate_template( array( ‘activity/index.php’ ), true ); ?>
    php get_sidebar( ); ?>
    php get_footer( ); ?>`

    Note: Add <? to the front of each php get_

    You might also want to check out the BP codex here: https://codex.buddypress.org/developer/developer-docs/loops-reference/the-activity-stream-loop/ And make sure to always make a back up of the original file before editing anything.

Viewing 1 replies (of 1 total)
  • The topic ‘Activity Stream Front Page’ is closed to new replies.
Skip to toolbar