Hi There,
I currently have a nav menu that is built with the following,
<?php
if(!is_user_logged_in()) {
wp_page_menu('show_home=1&exclude=214&exclude_tree=80');
} else {
wp_page_menu('show_home=1&exclude=214');
}
?>
My problem is that I have some buddpres...
At the official BuddyPress website http://buddypress.org/ They are running a single WordPress installation with BP. However for some of the pages they have prefixed them with /community/ for example: http://buddypress.org/community/members/ not all slugs have been prefixed for example http://buddypress.org/register/
Any ideas on how thi...
Is it possible to integrate Buddypress to X-Cart? Sharing on users table, if register in x-cart also register in wordpress/buddypress same in log in, if logged in x-cart also logged in buddypress and vice-versa.
...