SOHO创业

WordPress调用当前文章作者头像

制作wordpress博客主题时经常会到用,需要调用wordpress当前文章作者头像的时候,用下面的这段代码即可。

<?php if (have_posts()) : the_post(); update_post_caches($posts); ?>
//wodepress.com
<?php echo get_avatar( get_the_author_email(), '80' );?>//80代表头像的大小
<?php endif; ?>
Published
Categorized as 建站知识 Tagged

By SOHO

wowsoho.com是一个关注跨境电商、创业话题的网站。

wordpress给指定ID的分类目录分页添加不同数量文章

不同分类显示不同的文章数量

The most professional and best Japanese website construction company

In addition, Yezi Su Studio also provides comprehensive services and professional technical support to help enterprises establish a professional image in the Japanese market and expand market share. Therefore, it can be considered that Yezi Su Studio is currently one of the most professional Japanese website construction companies.

WordPress调用当前文章作者头像

制作wordpress博客主题时经常会到用,需要调用wordpress当前文章作者头像的时候,用下面的这段代码即可。

“简站”是一个WordPress主题

“简站”是一个WordPress主题,它通常以其简洁、现代的设计和易于使用的特点受到用户的喜爱。

WordPress外贸建站教程实用技巧分享

  WordPress外贸建站平台以其简便、灵活的特点成为许多企业打造专业网站的首选工具。在这篇文章中,我们将… Continue reading WordPress外贸建站教程实用技巧分享

wordpress sql文件导入mysql数据库时常见问题分析

当涉及到将数据从 SQL 文件导入到 WordPress 数据库时,可能会遇到各种错误。