問題の声明
Google+ WordPressサイトから新しい投稿を表示する方法は?
実装
必要なのは、コードを追加することだけです。
<?php include_once(ABSPATH.WPINC.'/rss.php'); $googleplus = fetch_feed("http://plusfeed.appspot.com/xxxxxxxx"); // xxxxxx — ID echo '<a href="'; echo $googleplus->items[0]['link']; echo '">'; echo $googleplus->items[0]['summary']; echo ''; ?>