Wordpress hinzufügen中的Profilfelder

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress hinzufügen中的Profilfelder相关的知识,希望对你有一定的参考价值。

  1. <!-- Code in functions.php einfügen fuegt die Felder Twitter und Facebook hinzu -->
  2.  
  3. function my_new_contactmethods( $contactmethods ) {
  4. // Add Twitter
  5. $contactmethods['twitter'] = 'Twitter';
  6. //add Facebook
  7. $contactmethods['facebook'] = 'Facebook';
  8.  
  9. return $contactmethods;
  10. }
  11. add_filter('user_contactmethods','my_new_contactmethods',10,1);
  12.  
  13.  
  14. <!-- Code in author.php einfügen -->
  15.  
  16. <?php echo $curauth->twitter; ?>
  17. <?php echo $curauth->facebook; ?>

以上是关于Wordpress hinzufügen中的Profilfelder的主要内容,如果未能解决你的问题,请参考以下文章

在Wordpress aktivieren中发布缩略图

DocHeadCode(JS,CSS)mit条件für浏览器

Wordpress entfernen中的Profilfelder

Wordpress中的谷歌分析

Asynchroner Twitter按钮für Wordpress博客

Wordpress中的Offziellen Twitter按钮