wp-coda-slider | Duplicated Posts
-
Hi,
I’m using wp-coda slider 0.3.6.2 and WordPress 3.4.2, and when i use the shortcode (or template tag) in post’s or page’s body, the slider duplicates every post i have. Example:
<div class=”panel-container” style=”margin-left: -1087px; width: 2800px;”>
<div id=”post-18″ class=”panel”>
<div id=”post-108″ class=”panel”>
<div id=”post-18″ class=”panel”>
<div id=”post-108″ class=”panel”>
</div>In my personal experience, i can see that 2 loops are running, but i can’t discover exacly which one is duplicating the content…
The code in the page template:
if(have_posts()): while(have_posts()): the_post();
the_content();
endwhile; endif; wp_reset_query();the shortcode in the page body:
[wpcodaslider id=myslider cat=3 show=2 args=”autoSlide:true, dynamicTabs:false, autoSlide:true”]This problem is theme independent…
Thanks!
- The topic ‘wp-coda-slider | Duplicated Posts’ is closed to new replies.