日本語
フォーラム
ホーム / プラグイン / (Ajax)better WP recent commentsを使ってニックネームを表示したい
(@satochan)
12年、 1ヶ月前
このプラグインは、Ajaxと呼ばれるものでコーディングされており、 全く理解できないため、ご教示ください。
プラグイン⇒設定⇒「Template option」の
Template for commentsのなかに、
<li class="recent-comment"><span class="recent-comment-avatar">%avatar%</span><span class="recent-comment-single"><span class="recent-comment-author">%author%</span><span class="recent-comment-text"> { %excerpt% } – </span> <a href="%link%" title="%post_title_attr%"><strong>%time%</strong></a></span></li>
とあり、コメント者の表示を、(Defaultでは名前になっているため)ニックネームに 変更したかったので、上記のコードの%author%の部分を、%author_meta( ‘nickname’ )% と変更しても(やはり)、Ajaxのためかニックネームの表記が されませんでした。
どなたか、Ajaxに詳しい方、ご教示いただけますと幸いです。
(@satochan)
12年、 1ヶ月前
このプラグインは、Ajaxと呼ばれるものでコーディングされており、
全く理解できないため、ご教示ください。
プラグイン⇒設定⇒「Template option」の
Template for commentsのなかに、
<li class="recent-comment"><span class="recent-comment-avatar">%avatar%</span><span class="recent-comment-single"><span class="recent-comment-author">%author%</span><span class="recent-comment-text"> { %excerpt% } – </span> <a href="%link%" title="%post_title_attr%"><strong>%time%</strong></a></span></li>
とあり、コメント者の表示を、(Defaultでは名前になっているため)ニックネームに
変更したかったので、上記のコードの%author%の部分を、%author_meta( ‘nickname’ )% と変更しても(やはり)、Ajaxのためかニックネームの表記が
されませんでした。
どなたか、Ajaxに詳しい方、ご教示いただけますと幸いです。