Viewing 2 replies - 1 through 2 (of 2 total)
  • If you don’t want the read-more link inline with the text you have to modify your theme. The following code outputs a permalink:
    <?php printf('<a href="%s" class="read_more">%s</a>', get_permalink(), 'Read more'); ?>

    Add it somewhere in your theme’s post loop. You should also disable the ‘add link to excerpt’ option so you don’t get two links.

    Thread Starter MattiasP

    (@mattiasp)

    Thanks very much for the reply! Works great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Advanced Excerpt] Advanced excerpt below paragraph tag’ is closed to new replies.