Thread Starter
pit
(@pit)
The problem was fixed by upgrading to WP 1.5.1
Thread Starter
pit
(@pit)
The problem is not in the amount of items, for example feed of my forum — http://mera.com.ru/forum/rss.php parses without any problem, but the amount of items in forum’s feed is greater than WP feed. I think that the problem is in the HTTP resopnce.
Thread Starter
pit
(@pit)
Oh, it is fixed by now. The problem wasn’t in WP. There was a problem with disk space on my server and mysql tables were a bit corrupted, but after I repaired my tables in phpMyAdmin everything was fixed.
Thread Starter
pit
(@pit)
Oh, I mistyped…
I meant home page instead of help page.
I know the IDs of these posts and I’d like to have smth. like the following:
<?php show_post($id); ?>
Is this (or smth. similar) possible?
Thanks!