• duncmorley

    (@duncmorley)


    Hi there

    I have read in the installation details about issues when using the Advanced Excerpt plugin. I am using the suggested function instead of the_excerpt().

    <?php if (function_exists('relevanssi_the_excerpt')) { relevanssi_the_excerpt(); }; ?>

    But that is only returning the title, 3 dots, Read more link then 3 more dots. Should this function work straight off or do I have to add anything else to my functions.php?

    Many thanks

    http://wordpress.org/extend/plugins/relevanssi/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter duncmorley

    (@duncmorley)

    Just checked and this function works fine without the ‘Advanced Excerpt Plugin’ being switched on. Anything to suggest getting this plugin working with the ‘Advanced Excerpt Plugin’??

    Plugin Author Mikko Saari

    (@msaari)

    relevanssi_the_exceprt() returns the $post->post_excerpt, wrapped in <p> tags, nothing else.

    I just tried the latest version of Advanced Excerpt plugin, and it didn’t have any effect on relevanssi_the_excerpt() – so can it be something else?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Advanced Excerpt plugin issue’ is closed to new replies.