Skinny Latte
Member
Posted 2 years ago #
I am using the NextGen gallery plugin, but when I look at my excerpts in my list of posts the code for the gallery shows up as
function startGallery_6() {
var myGallery = new gallery($(”myGallery_6″), { timed: true, [...]
Is there anyway to stop this?
thanks for any help
Is the relevant template file using the_excerpt() or the_content()?
Skinny Latte
Member
Posted 2 years ago #
It's being called in my archive template with the_excerpt()
Try replacing the_excerpt() with the_content() in archive.php and see if that helps at all.