Forums
(@hitokiri)
18 years, 1 month ago
Same here
Any ideas?
18 years, 4 months ago
Great!
Now it workd perfectly. We should correct the wiki
Thank you very much Otto
:s I didn′t realize i posted the code wrond There it goes again:
<?php require_once(ABSPATH . WPINC . '/rss-functions.php'); $rss = fetch_rss('https://feeds.feedburner.com/Muyriver'); echo '<ul>'; for($i=0;$i<5;$i++) { $item=$rss->items[$i]; echo '<li><a href=\"' . $item['link'] . '\" title=\"' . $item['title'] . '\">' . $item['title'] . '</a></li>'; } echo '</ul>'; ?>
18 years, 5 months ago
Great! Thanks a lot
It′s strange that this is not a built in feature.
Who do everybody make to code their themes and test them?
18 years, 7 months ago
I think thats the best advice, but we are two editors on the blog: I understand very well html/css, but my partner is a complete noob.
I′ll se what I do, cause I really dont like that editor