如何显示你最新的google+wordpress博客
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何显示你最新的google+wordpress博客相关的知识,希望对你有一定的参考价值。
<?php include_once(ABSPATH.WPINC.'/rss.php'); $googleplus = fetch_feed("http://plusfeed.appspot.com/103329092193061943712"); // Replace 103329092193061943712 by your own ID echo '<a href="'; echo $googleplus->items[0]['link']; echo '">'; echo $googleplus->items[0]['summary']; echo ''; ?>
以上是关于如何显示你最新的google+wordpress博客的主要内容,如果未能解决你的问题,请参考以下文章
在静态 html 页面上显示最新的 wordpress 特色图片