傻大憨

wordpress按用户ID调用用户信息

根据wordpress用户ID调用该ID对应用户的个人信息


$args = array(
'include' => array( 1, 2 )
);

// wodepress.org
$user_query = new WP_User_Query( $args );

// User Loop wodepress.org
if ( ! empty( $user_query->results ) ) {
foreach ( $user_query->results as $user ) {
echo '

' . $user->display_name . '

';
echo get_avatar( $user->ID, 120);
}
} else {
echo 'No users found.';
}
Published
Categorized as 建站知识 Tagged

By 傻大憨

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

wordpress禁用xmlrpc

将以下代码插入到functions.php文件中即可

wordpress移除wp_head不常用代码

把不常用的代码移除,让wordpress快起来,想要非一样的感觉,可以试试。

WP外贸建站轻松上手 建设你的全球化品牌

  在数字化时代,拥有一个强大的在线存在对于外贸企业而言至关重要。WordPress作为一个功能丰富、易于使用… Continue reading WP外贸建站轻松上手 建设你的全球化品牌

外贸SOHO建网站怎么购买域名和主机

选择主机服务商时,要特别注意其客服响应时间和值班时间,确保在遇到问题时能够及时得到帮助。

The best independent website building platform for foreign trade

The best template website building platform

WordPress外贸建站教程零基础学会的高效路径

  在全球数字化时代,学习WordPress外贸建站成为拓展国际业务的关键一环。本文将为您提供一个专业版的Wo… Continue reading WordPress外贸建站教程零基础学会的高效路径