Forums
(@necoda)
15 years, 7 months ago
On WordPress 2.8 and above the code provided by nomatteus does not work.
To make it work you have to change elseif ($is_profile_page) to elseif (IS_PROFILE_PAGE) in /wp-admin/user-edit.php
elseif ($is_profile_page)
elseif (IS_PROFILE_PAGE)
Regards, Sorin
I am also interested in a solution to this as it sometimes takes minutes for the page to load when FeedWordpress is proccessing feeds.