• Hi all
    This is the code I have, I am using a plugin but I deleted it as it I couldn’t control where it put the read more link. Here is the code where I want the excerpt to work, how can I do it without a plugin? Thank you:

    <div class=”art-PostContent”>
    <?php if (is_search()) the_excerpt(); else the_content(__(‘Ver el resto de »’, ‘kubrick’)); ?>
    <?php if (is_page() or is_single()) wp_link_pages(array(‘before’ => ‘<p>Articles: ‘, ‘after’ => ‘</p>’, ‘next_or_number’ => ‘number’)); ?>
    </div>

  • The topic ‘How to show excerpts withot a plugin’ is closed to new replies.