• I installed a cool plugin that I would like my clients to use called Advanced Recent Post Widget. The problem is, this plugin breaks wpautop, which my clients also need. In the PHP code of the plugin, what should I be looking for to remedie this?

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter coreymj78

    (@coreymj78)

    Ok, after trial and error, I have narrowed the problem down to this chunk of code:

    <p><?php echo get_the_excerpt() . $linkmore; ?> </p>

    Which parses the post excerpt and read more link in the widget area. The problem seams to be when it parses the excerpt. Something in this is also causing the wpautop’s to disappear from other blog posts. If I take out “get_the_excerpt()” they magically come back. How can I fix this?

Viewing 1 replies (of 1 total)
  • The topic ‘Advanced Recent Posts Widget Breaks Wpautop’ is closed to new replies.