创建的论坛主题
-
作者帖子
-
感谢大哥
[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 ); ?>
@admin
我动态菜单成功了,但是不登陆的时候还是没有显示注册,是要改哪个地方呢,是这里的吗,但是//去掉以后就出错了
http://www.nesara.cn 这是我的站点附件:
You must be logged in to view attached files.非常感谢
请问样式怎么修改,我也有这种显示错误呢
-
作者帖子