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 等上运行顺利