Need help with my WordPress theme and BuddyPress
-
Hello All!
I have a theme page.index that looks like this:
<?php get_header();?>
<!– TOP IMAGE OR VIDEO –><?php if (have_posts()) : the_post();
phi_get_image_top();
phi_get_video_top();
phi_panel_slider();
phi_page_title(); // Adds page title with breadcrumbs (In functions.php)
phi_content_start(); // Start content wrapper (In functions.php) phi_get_video_content(); // Post video medium (In functions.php) phi_get_image_content(); // Post image medium (In functions.php) the_content(); // Add the content (In functions.php) phi_content_end(); // End content wrapper (In functions.php)
endif;
get_footer();?>With this structure, I have no idea how to get it to work with the Buddy Press Template Pack.
Being a Designer/Developer myself, this is truly driving me crazy. I have tried everything and still cannot get it to work.
Any help would truly be appreciated.
Cheers,
JP
- The topic ‘Need help with my WordPress theme and BuddyPress’ is closed to new replies.