• Resolved MHNet

    (@mhnet)


    Website I’m working on is https://wnmufm.org

    I just downloaded and installed this plugin. I added the following code to the home page:

    <?php echo do_shortcode('[promoslider width="589px" height="260px" numberposts="5" time_delay="10" display_title="none" display_nav="thumb" display_excerpt="excerpt"]') ?>

    I made a few new promotion posts and they all display fine, except the wrong excerpt is displaying. Instead of showing the excerpt I made for each post, it is displaying the text from the post itself instead.

    How can I fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Micah Wood

    (@woodent)

    I would have to take a look on the backend of the site to see what is going on, but sometimes themes use filters to alter the excerpt and how it is handled. I am not sure, but this could be the case here.

    Thread Starter MHNet

    (@mhnet)

    I just went through the Theme Functions file in the editor and indeed there was a custom excerpt filter that was set up to display the first 150 words of a post instead of the excerpt box. I removed it and now it works great. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrong excerpt displaying’ is closed to new replies.