
Snippet BuddyPress: How to only show people of the opposite gender in the members page
Looking to build a dating site with BuddyPress and WordPress? Unless it's a site where the concept is based on being open to all genders, you will necessarily need to customize BuddyPress so that men can only see women,

Plugins to turn your WordPress or BuddyPress into a native app for iPhone and Android
Hello everyone! Today, I'm going to list the best plugins or themes that will allow you to add apps to your WordPress, and possibly your BuddyPress social network. The benefit of this process is to transform your website into a true native application available on the iOS App Store or the Android Play Store.
Snippet: make BuddyPress private, restrict members directory and profiles to members only
Are you looking for a little plugin to make your BuddyPress private, and restrict your social network to members only? If yes, this snippet is for you. With this function, the non logged user who tries to access to BuddyPress social network (members directory or profile) is redirect to the

Snippet to make a BuddyPress social network private and force registration
Here is a little piece of code that I find very useful in my BuddyPress sites. It allows me to make the social network private, and to access it, you have to become a member. [code]function sqr_prevent_search_guest_user() { if ( class_exists( 'BuddyPress' ) ) { if (!is_user_logged_in() && (bp_is_directory() || bp_is_user())) { wp_redirect(home_url()

How to add a custom font to a WordPress theme with @fontface CSS3
Declaring a custom font in your WordPress theme is very useful for personalizing it and adapting it to your graphic charter. However, sometimes the font of your dreams is not found in your theme options, nor on Google Fonts or TypeKit. In this

Productivity: make a shared weekly or monthly schedule using Google Sheets
Here's a tutorial that will help you create, manage, and update a shared schedule using Google Sheets. The idea is to create an extremely simple weekly schedule on Google Sheets, then submit this schedule to your team and be notified of their confirmation.