<a href="”>Continue Reading »
Re: [Resolved] Been trying to adapt my theme to buddypress and I dont understand I need some help!!!
Sure thing! I have in fact started the template pack.
I am currently on Step Three. It tells me to “Make note of the HTML template structure of the file, specifically the
tags that surround the content and sidebar.
You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your page.php or index.php file.”
You will need to change the HTML structure in the BuddyPress templates that you copied into your theme to match the structure in your page.php or index.php file.”
This is what confuses me!
My page.php file is the following:
`
— <a href="”> —
`
Also, here is the index.php file in case it is needed:
`
1); global $first_exclude; $first_exclude = array(); ?>
have_posts() ) : ?>
have_posts() ) : $first_one->the_post(); ?>
ID); ?>
<a href="”>
<a href="”>
— <a href="”> —
3,’post__not_in’ => $first_exclude); ?>
have_posts() ) : ?>
have_posts() ) : $three_recent->the_post(); ?>
<a href="”>
<a href="”>
`
I really have no idea which one I should use, or how to match it up with the buddypress template files.. I’ve also activated buddypress and the template pack so you guys can visit it at http://cubancomplex.kodingen.com/matrixinsider/wordpress and take a look