如何在wordpress的博客侧栏中显示预计的阅读时间?

问题描述

    $item = get_post($id);

    $thumb = get_post_meta( $id,'_thumbnail_id',true );
    ?>

        <div class="post-img post-single-img"><?PHP echo wp_get_attachment_image($thumb,''); ?>
            <div>
                <span class="cat_name"><?= $cat; ?></span>
                <h4><?PHP echo esc_html(single_post_title()); ?></h4>
                <span calss="time-reading">
                    <i class="fa fa-clock-o"></i>
                    <?= do_shortcode('[rt_reading_time]') ?>
                </span>
            </div>
        </div>


 <?PHP endwhile;
 ?>

在这里,我可以在单个博客页面添加阅读时间 但我找不到博客边栏来添加此简短代码

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)