
SEO tip: beware of automatic redirection based on browser language!
Are you using the WPML plugin on your WordPress blog and have you enabled automatic redirection based on your visitor's language? Then this tip will save you! Indeed, redirects based on the language of your visitor's browser are penalized in Google's index. Worse still,

Advertising on Facebook Ads for a dating site: how to do it?
Are you getting into the dating site, app, or dating business? This short guide I'm taking the time to write for you today will help you promote your dating solution. Because once your site is live and ready to take down Tinder,

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()