[Plugin: Ajax Post Carousel] Bug in __display_items
-
I encountered a weird error where part of the excerpt’s apply-filer was bleeding over into the <a and destroying the carousel list.
The last apply_filter in __display_items was the problem. It was turning the legit anchor tag into stripped slashes. I’m not sure why you’re using that apply_filter there, but is it necessary? I removed it to fix the bug.
ajax-post-carousel.php line 222
$output .= $excerpt_text.' <a title="'.$post->post_title.'" href="'.get_permalink($post->ID).'" class="more-link">[+]</a>';
The topic ‘[Plugin: Ajax Post Carousel] Bug in __display_items’ is closed to new replies.