首页 › 论坛 › bbPress插件版讨论区 › 问答交流 › 管理大哥我想请教一些问题,希望您能帮我
该主题包含 6 个回复,有 2 个参与人,并且由 HETOKA 于 10 年, 9 月 前 最后一次更新。
-
作者帖子
-
2014 年 4 月 4 日 下午 4:58 #28672014 年 4 月 4 日 下午 4:58 #28692014 年 4 月 4 日 下午 5:50 #28712014 年 4 月 4 日 下午 7:24 #2875
@admin
我动态菜单成功了,但是不登陆的时候还是没有显示注册,是要改哪个地方呢,是这里的吗,但是//去掉以后就出错了
http://www.nesara.cn 这是我的站点附件:
You must be logged in to view attached files.2014 年 4 月 4 日 下午 7:31 #2877[code]get_header(); ?>
<div id=”main-content” class=”main-content”>
<div id=”primary” class=”content-area”>
<div id=”content” class=”site-content” role=”main”><?php
if ( class_exists( ‘bbPress’ ) ) : ?><div class=”content-front”>
<h1 class=”entry-title-content”>
<?php printf(__(‘(bbPress) Recent Topics’, ‘bbpress’ ), $widget_ops ); ?>
</h1>
<?php bbp_get_template_part( ‘content’, ‘archive-topic’ ); ?>
</div><div id=”forum-front” class=”bbp-forum-front”>
<h1 class=”entry-title-front”><?php bbp_forum_archive_title(); ?></h1>
<div class=”entry-content-front”>
<?php bbp_get_template_part( ‘content’, ‘archive-forum’ ); ?>
</div>
</div>
<?php
else:
echo ” <h1 class=’entry-title-front’>This theme requires you to install bbPress plugin,
<br/>Download it from here.</h1>”;
endif; ?></div><!– #content –>
</div><!– #primary –>
<?php get_sidebar( ‘content’ ); ?>
</div><!– #main-content –><?php
那个主题里的index.php里是不是删除这一条就行了呢: <?php printf(__(‘(bbPress) Recent Topics’, ‘bbpress’ ), $widget_ops ); ?>
2014 年 4 月 5 日 下午 7:52 #28942014 年 4 月 5 日 下午 7:56 #2899感谢大哥
-
作者帖子
抱歉,回复评论必需登录。