سلا دوستان کد زیر برای نمایش فید بود !
<?php
include_once(ABSPATH . WPINC . '/rss.php');
$rss = fetch_rss('http://www.site.com/feed/rss');
$maxitems = 15; //تعداد نمایش
$items = array_slice($rss->items, 0, $maxitems);
?>
-
<?php if (empty($items)) echo '
- در حال بروز رسانی ... ';
- '
title='<?php echo $item['title']; ?>'>
<?php echo $item['title']; ?>
else
foreach ( $items as $item ) : ?>
<?php endforeach; ?>
بعد از آپدیت وردپرس دیگه کار نمیکنه ! :
: array_slice() expects parameter 1 to be array, null given in /home/site/public_html/wp-content/themes/name/header.php
کدی دارین ؟