Wordpress author box

时间:2015-08-09 作者:braderd

我有一个wordpress网站,在media temple上共享托管。当我的网站在共享主机上时,wordpress作者框不会出现。我已将我的网站从共享主机转移到我的服务器。在我转移我的网站后,我的博客页面上出现了双作者框。所有代码都相同。原因是什么?

非常感谢。

1 个回复
SO网友:braderd

我正在使用Gameleon主题。仅有一个的224-261之间的php代码行:

<?php wp_link_pages( array( \'before\' => \'<div class="pagination">\' . __( \'Pages:\', \'gameleon\' ), \'after\' => \'</div>\' ) ); ?>

<div class="clearfix"></div>

</div><?php // end of .post-entry / ?>
</div><?php // end of #post-the_ID(); / ?>

</div><?php // end of td-wrap-content / ?>
</div><?php // end of td-content-inner / ?>



<?php  if( !function_exists( \'wpsabox_author_box\' ) and get_the_author_meta( \'description\' ) != \'\' and gameleon_get_option(     \'td_post_author_box\' ) == 1 ) : ?>

<div class="td-content-inner-single">

<div id="author-meta">
<?php if( function_exists( \'get_avatar\' ) ) {
echo get_avatar( get_the_author_meta( \'user_email\' ), \'100\' );
} ?>
<div class="about-author"><?php the_author_posts_link(); ?></div>
<div class="auth-desc vcard author"><span class="fn"><?php     the_author_meta( \'description\' ) ?></span></div>
<div class="clearfix"></div>
</div><?php // end of #author-meta / ?>

</div><?php // end of td-content-inner-single / ?>

<?php endif; // no description, no author\'s meta ?>


<?php if ( function_exists( \'wpsabox_author_box\' ) ) :?>
<div class="td-content-inner-single-sabox">
<?php echo wpsabox_author_box(); // Our Simple Author Box plugin ?>
</div><?php // end of td-content-inner-single-sabox / ?>
<?php endif; ?>


<?php echo gameleon_related_posts(); ?>
我删除了“php echo wpsabox_author_box()//我们的简单author box插件?>”但是,这只删除了一个author box,其他author box仍然出现在网站上。

结束

相关推荐

Query Set Order By Author

当您单击票证列表上的“作者”箭头时,我试图按author\\u名称排序。单击箭头时,名称按我无法识别的顺序排列。我希望他们按实际名称而不是用户的ID号订购。如何让orderby按照用户(作者)的“好名字”进行查询?public function add_support_ticket_author_query( $query ) { if ( $query->is_main_query() && ( $orderby = $query->get( \'or