mfinnern
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Plugins
In reply to: [Advanced Excerpt] [Plugin: Advanced Excerpt]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)