• Hello,

    I really want users to can sign up for my blog easy. I think CYC plugin is best for this. Or am I wrong?

    I need to fill in the three blocks with the codes and I read the tutorial a 1000 times. But I really don’t get it. Can someone please help me by saying what code I need?

    I’m using the P2 theme. So this is my code of singlepost.php. But I really don’t understand the <div> but not losed </div> discirption in the manual.

    <?php get_header() ?>

    <div class=”sleeve_main”>

    <div id=”main”>

    <?php if ( have_posts() ) : ?>

    <?php while ( have_posts() ) : the_post() ?>

    <div class=”controls”>
    <?php _e( ‘Hide threads’, ‘p2’ ); ?>
     | 
    <?php _e( ‘Keyboard Shortcuts’, ‘p2’ ); ?>
    </div>

    <ul id=”postlist”>
    <?php p2_load_entry() // loads entry.php ?>

    <?php endwhile; ?>

    <?php else : ?>

    <ul id=”postlist”>
    <li class=”no-posts”>
    <h3><?php _e( ‘No posts yet!’, ‘p2’ ) ?></h3>

    <?php endif; ?>

    <div class=”navigation”>
    <p><?php previous_post_link( ‘%link’, __( ‘← Older Posts’, ‘p2’ ) ) ?> | <?php next_post_link( ‘%link’, __( ‘Newer Posts →’, ‘p2’ ) ) ?></p>
    </div>

    </div> <!– main –>

    </div> <!– sleeve –>

    <?php get_footer() ?>

  • The topic ‘[plugin: CYC] Please help me with filling in the codes’ is closed to new replies.