wordpress全部标签
作者: 小默
分类: Wordpress交流, 网站建设
发布时间: 2019-04-10 20:45
ė
Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.seohave.com/wp-content/themes/TangStyle/single.php on line 19
11,749 人访问 6没有评论
Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/www.seohave.com/wp-content/themes/TangStyle/single.php on line 19
11,749 人访问 6没有评论
接着上一篇wordpress继续分享给大家实用标签,希望大家喜欢
10.wordpress非插件同步twitter
<?php
require_once (ABSPATH . WPINC . ‘/class-feed.php’);
$feed = new SimplePie();
$feed->set_feed_url(‘http://feeds.feedburner.com/agting′);
$feed->set_file_class(‘WP_SimplePie_File’);
$feed->set_cache_duration(600);
$feed->init();
$feed->handle_content_type();
$items = $feed->get_items(0,1);
foreach($items as $item) {
echo ‘<a target=”_blank” rel=”external nofollow” title=”Follow Me on Twitter” href=”http://twitter.com/agting″>@用户名</a>: ‘.$item->get_description();
}
?>
代码中的agting改成你的twitter用户名,改成你的名字。
另一种调用方法需要你的空间是国外主机:
本文出自 建站seo运营,转载时请注明出处及相应链接。
本文永久链接: https://www.seohave.com/589.html