我使用我的作者框代码进行了一个有趣的设置,但我不知道为什么不显示短代码。这是在自定义帖子类型上显示的,而不是在普通帖子上显示(不确定是否有所不同)。短代码是代码中唯一不起作用的部分。其他一切都很好。
function my_genesis_author_box( $output, $context, $pattern, $gravatar, $title, $description ) {
$twitter = get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) );
$author_id=get_the_author_meta('ID');
$description = '<br/><a href="' . $twitter . '">More Mixes</a><br/>' . do_shortcode( '[mycred_my_rank user_id=$author_id]' );
$output = sprintf( $pattern, $gravatar, $title, $description );
return $output;
}
答案 0 :(得分:0)
U。弄清楚了。只需使用\“ $ author_id \”代替。抱歉