Jquery ティッカーは私のサイトのホームページで完全に動作しますが、ページでは動作しません。どうしてか分かりません。
このティッカーが投稿を表示していないページでは、ページ リストのみが表示されます。
ヘッダーのTICKERのコードは次のとおりです
<div class="fl" id="hotnews">
<ul id="shreshth_news" class="shr_news">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<li><span class="heading"><a href="<?php the_permalink(); ?>"><?php the_title(); ?> </a> </span><span class="info"></span></li>
<?php endwhile; ?>
</ul></div>
このティッカーは、single.php index.php などでスムーズに動作します