2010-08-13, 05:45:34
Oleg06,
The code you posted has lots of extra space characters, did you insert them to post it here?
You must also change the 'if' to match your page's slug. In your example URL it would be:
The code you posted has lots of extra space characters, did you insert them to post it here?
You must also change the 'if' to match your page's slug. In your example URL it would be:
Code:
<?php
if (return_page_slug()=='rss') {
getfeed_echo_posts('http://blogsearch.google.com/blogsearch_feeds?lr=&q=%22getsimple%22&ie=utf-8&num=10&output=rss',10);
} ?>