PHP Wordpress作者页面在配置文件中包含自定义字段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP Wordpress作者页面在配置文件中包含自定义字段相关的知识,希望对你有一定的参考价值。

<div id="socialntwrk">
<?php if(get_the_author_meta('twitter', $curauth->ID) || get_the_author_meta('facebook', $curauth->ID) || get_the_author_meta('linkedin', $curauth->ID) || get_the_author_meta('digg', $curauth->ID) || get_the_author_meta('flickr', $curauth->ID)): ?>
	<ul>
			<?php if(get_the_author_meta('twitter', $curauth->ID)): ?>
			<li><a href='http://twitter.com/<?php the_author_meta('twitter', $curauth->ID); ?>'><img title="Follow me" src="http://sharecommons.com/images/twitter.png" alt="Twitter" /></a></li>
			<?php endif; ?>
			<?php if(get_the_author_meta('facebook', $curauth->ID)): ?>
			<li><a href='http://www.facebook.com/<?php the_author_meta('facebook', $curauth->ID); ?>'><img title="Become a fan" src="http://sharecommons.com/images/facebook.png" alt="Facebook" /></a></li>
			<?php endif; ?>
			<?php if(get_the_author_meta('linkedin', $curauth->ID)): ?>
			<li><a href='http://www.linkedin.com/in/<?php the_author_meta('linkedin', $curauth->ID); ?>'><img title="Connect with me" src="http://sharecommons.com/images/linkedin.png" alt="Linkedin" /></a></li>
			<?php endif; ?>
			<?php if(get_the_author_meta('digg', $curauth->ID)): ?>
			<li><a href='http://digg.com/users/<?php the_author_meta('digg', $curauth->ID); ?>'><img title="Digg me" src="http://sharecommons.com/images/digg.png" alt="Digg" /></a></li>
			<?php endif; ?>
			<?php if(get_the_author_meta('flickr', $curauth->ID)): ?>
			<li><a href='http://www.flickr.com/photos/<?php the_author_meta('flickr', $curauth->ID); ?>/'><img title="My Flickr" src="http://sharecommons.com/images/flickr.png" alt="Flickr" /></a></li>
			<?php endif; ?>
	</ul>
<?php endif; ?>

<?php endforeach; endif; ?>
</div>

以上是关于PHP Wordpress作者页面在配置文件中包含自定义字段的主要内容,如果未能解决你的问题,请参考以下文章

如何在自定义.php文件中包含WordPress功能?

PHP 在functions.php中的WordPress中包含和注册Javascript文件

在WordPress中包含并注册Javascript文件函数.php

在 functions.php (WordPress) 中包含 ACF

可湿性粉剂-配置.php:在一个文件中包含localhost和development以及live站点。

WordPress 是不是在管理页面中包含 jQuery?