【发布时间】:2016-06-12 18:39:27
【问题描述】:
我的 wordpress 页面上似乎有问题,因为没有显示小部件,但我不确定如何编辑小部件。
Appearance>Editor下homepage.php上的代码是
<section class="row post_content">
<div class="col-sm-8">
<?php the_content(); ?>
</div>
<?php get_sidebar('sidebar2'); // sidebar 2 ?>
</section> <!-- end article header -->
在应该显示侧边栏的页面上出现错误消息时,我在哪里可以找到“sidebar2”的代码
【问题讨论】: