Category Archive: Wordpress

Jul
15

Invite Facebook Friends On Your WordPress Site

invite_fbfriends

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 …

Continue reading »

Jul
15

How to remove friends now activity in buddypress

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;