Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: I need help


nickmy
Participant

@nickmy

I just know that I had to change this:

<div class=”post” id=”post-<?php the_ID(); ?>”>

<div class=”post-content”>

<h2 class=”posttitle”>” rel=”bookmark” title=”<?php _e( ‘Permanent Link to’, ‘buddypress’ ) ?> <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>

<p class=”date”><?php the_time(‘F j, Y’) ?><?php _e( ‘in’, ‘buddypress’ ) ?> <?php the_category(‘, ‘) ?> <?php printf( __( ‘by %s’, ‘buddypress’ ), bp_core_get_userlink( $post->post_author ) ) ?></p>

<div class=”entry”><?php the_content( __( ‘Read the rest of this entry →’, ‘buddypress’ ) ); ?></div>

<p class=”postmetadata”><span class=”tags”><?php the_tags( __( ‘Tags: ‘, ‘buddypress’ ), ‘, ‘, ‘
‘); ?></span> <span class=”comments”><?php comments_popup_link( __( ‘No Comments »’, ‘buddypress’ ), __( ‘1 Comment »’, ‘buddypress’ ), __( ‘% Comments »’, ‘buddypress’ ) ); ?></span></p>

</div>

</div>

but how?

Skip to toolbar