模板或短代码处理程序中的现有代码,显示用户配置文件简介:
<?php if ( $user ) : $bio = get_the_author_meta( \'description\', $user->ID ); ?>
<div class="esineja_info">
<span class="bio"><?php echo $bio; ?></span>
</div>
如何让这些传记显示在WPML字符串翻译中。但这并没有实现:
$bio = icl_t( \'theme\', \'bio-\' . $nimi, get_the_author_meta( \'description\', $user->ID ) );
这个
help page 对我并没有特别的帮助,至少我不知道如何将其应用到这种情况。这
problem-specific thread 对于icl\\u t()的确切用法也相当模糊。