Skip to:
Content
Pages
Categories
Search
Top
Bottom

The Stars Theme Mod (already using BP Compatibility)


  • Angie Meeker
    Participant

    @ameeker

    I am using BP Compatibility Pack already with The Stars Theme. My template files have been moved fine. I am looking at step two where it details how to modify template files if they are misaligned… and wonder if someone might help walk me through how to make these changes. :-)

    This is the code from my page template:

    <?php get_header() ?>

    <div id="wrapper">

    <div id="content">

    <?php the_post() ?>

    <div id="post-<?php the_ID() ?>" class="box <?php wpbx_post_class() ?>">

    <h2 class="page-title"><?php the_title() ?></h2>

    <div class="entry-content">

    <?php the_content() ?>

    <?php wp_link_pages('before=<div class="page-link">' . __( 'Pages:', 'wpbx' ) . '&after=</div>') ?>

    <?php edit_post_link( __( 'Edit', 'wpbx' ), '<span class="edit-link">', '</span>' ) ?>

    </div>

    </div><!-- .post -->

    <?php if ( get_post_custom_values('comments') ) comments_template() // Add a key+value of "comments" to enable comments on this page ?>

    </div><!-- #content -->

    </div><!-- #wrapper -->

    <?php get_sidebar() ?>

    <?php get_footer() ?>

    Here’s a link to the site, as well. http://www.5xnw.com

    Thank you!!

  • The topic ‘The Stars Theme Mod (already using BP Compatibility)’ is closed to new replies.
Skip to toolbar