1

我在侧边栏的选项卡小部件中添加了显示摘录代码。它只在主页中起作用。当我去发布页面和其他页面时,侧边栏小部件在这些页面中不起作用。

“阅读更多”可以在主页侧边栏正确显示。但它们不会显示在其他页面上。

我的博客:www.smehub.com.hk

我在 tabs_widget.php 添加的代码:

<span class="block-meta"><?php the_time(get_option('date_format')); ?>, <?php comments_popup_link(); ?></span><p><?php echo string_limit_words(get_the_excerpt(), 34); ?></p><a href='<?php the_permalink(); ?>' title='<?php the_title(); ?>' class="readmore"><?php _e('Read More'); ?> <span class="block-arrows">&raquo;</span></a>

非常感谢!

4

0 回答 0