I'm trying to get a third party RSS newsfeed in my WordPress posts and I have Carp installed on my site. Carp works fine in my html pages but when I put the php code into a WordPress post it just shows all the code as text and does nothing to bring in the rss feed. Is there an easy way to get Carp to show a feed in WordPress or do I need to install something else?
greeenkaos
Member
Posted 4 years ago #
Hi. To have the php work from within your posts or pages, try this: http://dev.wp-plugins.org/wiki/RunPHP . just follow the instructions. once you get the runphp.php into your plug-ins directory you must activate it from your admin panel. Then you will notice another check box when writing a page or post. Make sure this 'eval() content' box is checked and your carp php will work.