最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

plugins - Problem Advanced Custom Fields PRO

programmeradmin5浏览0评论

I added it but the badges don't appear

I hope to help me solve the problem

I'd like to show badges like this

I tried but couldn't

echo '<div class="wub-badges-wrapper">';
$badges = get_field('badges_user'); 
    if( $badges && in_array('Verified', $badges) ): ?><a  class="wub-badge" id="membership_duration" data-tooltip="Verified account"><img  class='avatar avatar-64 photo' height='64' width='64' src="<?php bloginfo('template_url'); ?>/img/Verified-account.svg" data-tooltip="Verified account" title="Verified account"></a>
<?php endif; 
发布评论

评论列表(0)

  1. 暂无评论