Title: mfinnern's Replies | WordPress.org

---

# mfinnern

  [  ](https://wordpress.org/support/users/mfinnern/)

 *   [Profile](https://wordpress.org/support/users/mfinnern/)
 *   [Topics Started](https://wordpress.org/support/users/mfinnern/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mfinnern/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mfinnern/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mfinnern/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mfinnern/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mfinnern/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Excerpt] [Plugin: Advanced Excerpt]](https://wordpress.org/support/topic/plugin-advanced-excerpt/)
 *  Thread Starter [mfinnern](https://wordpress.org/support/users/mfinnern/)
 * (@mfinnern)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-advanced-excerpt/#post-2509356)
 * Hi Basvd,
    thank u for the answer, but i don’t know how it’s help … i create 
   2 pages… first page is the loop-page and the other page is my multi-cat-loop-
   page.
 * In two pages, I do exactly the same, just let me run longer on the other side
   of the word count. But only if the loop is the multi-page “the_advanced_excerpt”
   do not display correctly or does not intersect with the text in the More Markers.
   I know the other version but I do not use it. I am happy to complete both pages
   templates to dispose if it helps. But the section I used templates for the two
   times I post below.
 * looppage (index):
 *     ```
       <?php if(function_exists('the_advanced_excerpt')) : ?>
       <?php the_advanced_excerpt('read_more=Read more&exclude_tags=img,a&length=50&use_words=1'); ?>
       <p class="more"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">Read more</a></p>
       <?php endif; ?>
       ```
   
 * multi-cat-loop-page:
 *     ```
       <?php if(function_exists('the_advanced_excerpt')) : ?>
       <?php the_advanced_excerpt('read_more=Read more&exclude_tags=img,a&length=60&use_words=1'); ?>
       <p class="more"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">Read more</a></p>
       <?php endif; ?>
       ```
   
 * Thanks for the help. Marc

Viewing 1 replies (of 1 total)