WordPress前端头像上传无法正常工作

时间:2016-01-25 06:10:10

标签: php wordpress image-upload

我正在尝试从前端更改头像,但我无法更改它。

我得到的错误:

  

"您无权将文件附加到此帖子。"

我是否正在尝试使用管理员帐户。

应该是什么问题?我在HIREBEE主题版本1.3.1

上尝试这个

示例代码:

<?php if ( $hrb_options->avatar_upload ): ?>
  <div class="large-2 small-2 columns upload-gravatar">
    <?php hrb_gravatar_media_manager( $current_user->ID, array( 'id' => '_app_gravatar' ) );  ?>
</div>
<?php endif; ?>
<div class="large-3 small-3 columns user-meta-info right">
    <?php 
       the_hrb_user_bulk_info( $current_user->ID, array( 'show_gravatar' => array( 'size' => 75 ) ) ); 
     ?>
</div>

您可以在此处查看此主题:Hirebee 1.3.1 theme link

0 个答案:

没有答案