Read more in categories

Viewing 1 post (of 1 total)
  • #22919
    Igbarah
    Participant

    Hi, nice theme!.

    I want show the read more in categories but always cut the text and cant do it.

    This is the example page: http://www.patchworkespana.es/category/destacados/ (the read more cut the text), but in home page work fine.

    The code in content.php its:

    <article <?php post_class(); ?> id=”post-<?php the_ID(); ?>”>
    <div class=”entry”>
    <?php if( ! pinboard_post_is_full_width() ) : ?>
    <?php pinboard_post_thumbnail(); ?>
    <?php endif; ?>
    <div class=”entry-container”>
    <header class=”entry-header”>
    <<?php pinboard_title_tag( ‘post’ ); ?> class=”entry-title”>” rel=”bookmark” title=”<?php the_title_attribute(); ?>”><?php the_title(); ?></<?php pinboard_title_tag( ‘post’ ); ?>>
    <?php if( pinboard_post_is_full_width() ) : ?>
    <?php pinboard_entry_meta(); ?>
    <?php endif; ?>
    </header><!– .entry-header –>
    <?php if( pinboard_post_is_full_width() ) : ?>
    <?php pinboard_post_thumbnail(); ?>
    <?php endif; ?>
    <?php if( ! is_category( pinboard_get_option( ‘portfolio_cat’ ) ) && ! ( is_category() && cat_is_ancestor_of( pinboard_get_option( ‘portfolio_cat’ ), get_queried_object() ) ) ) : ?>
    <div class=”entry-summary”>
    <?php the_excerpt(); ?>
    </div><!– .entry-summary –>
    <?php endif; ?>
    <div class=”clear”></div>
    </div><!– .entry-container –>
    <?php if( ! pinboard_post_is_full_width() ) : ?>
    <?php pinboard_entry_meta(); ?>
    <?php endif; ?>
    </div><!– .entry –>
    </article><!– .post –>

    Thanks very much in advanced, i’m crazy with this problem.

    • This topic was modified 6 years, 11 months ago by Igbarah.
Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.