stelten
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Themes and Templates
In reply to: [Theme: Montezuma] How to delete the "Read More"-optionI found the following code under postformat.php. How would I have to change the code in order to delete the excerpt option and show the complete post on the Blog?
Thanks a lot for your help!
<div id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?>> <h2> <span class="post-format"></span> <a>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a> <?php bfa_comments_popup_link( '0', '1', '%' ); ?> </h2> <?php bfa_thumb( 620, 180, true, '<div class="thumb-shadow"><div class="post-thumb">', '</div></div>' ); ?> <div class="post-bodycopy cf"> <div class="post-date"> <p class="post-month"><?php the_time( 'M' ); ?></p> <p class="post-day"><?php the_time( 'j' ); ?></p> <p class="post-year"><?php the_time( 'Y' ); ?></p> </div> <?php bfa_excerpt( 55, ' ...' ); ?> </div> <div class="post-footer"> <a>" title="<?php the_title_attribute(); ?>"> <?php _e( 'read more →', 'montezuma' ); ?></a> <p class="post-categories"><?php the_category( ' · ' ); ?></p> <?php the_tags( '<p class="post-tags">', '', '</p>' ); ?> </div> </div>[In future please wrap your code using backticks]
Viewing 1 replies (of 1 total)