
To use the theme template, simply upload the template file (page-fbinvites.php) to your theme directory, then create a new page in WordPress and select “Page – Facebook Invites” as the Template. It should work just fine for standard themes …
Jul
15

To use the theme template, simply upload the template file (page-fbinvites.php) to your theme directory, then create a new page in WordPress and select “Page – Facebook Invites” as the Template. It should work just fine for standard themes …
Jul
15
In activity-loop.php while ( bp_activities() ) : bp_the_activity(); if ( ‘friendship_created’ != bp_get_activity_type() ) : include( locate_template( array( ‘activity/entry.php’ ), false ) ) endif; endwhile;