Title: Fatal error: Call to undefined function wp_rss2feed
Last modified: August 19, 2016

---

# Fatal error: Call to undefined function wp_rss2feed

 *  [kimski1](https://wordpress.org/support/users/kimski1/)
 * (@kimski1)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_rss2feed/)
 * Fatal error: Call to undefined function wp_rss2feed() in /home/content/f/l/y/
   flyboynyt1/html/wp-content/themes/soulvision/footer.php(1) : eval()’d code on
   line 5
 * This is at the bottom of the site pages, [http://www.brettjetty.com](http://www.brettjetty.com)
   
   Anyone can see it, not just when working on it. ?? any thoughts?
 * Thanks! Kim

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_rss2feed/#post-1443682)
 * That sounds suspiciously like a hack.
    [http://codex.wordpress.org/FAQ_My_site_was_hacked](http://codex.wordpress.org/FAQ_My_site_was_hacked)
   [http://wordpress.org/support/topic/268083#post-1065779](http://wordpress.org/support/topic/268083#post-1065779)
   [http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/](http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/)
   [http://ottodestruct.com/blog/2009/hacked-wordpress-backdoors/](http://ottodestruct.com/blog/2009/hacked-wordpress-backdoors/)
 *  [deeus](https://wordpress.org/support/users/deeus/)
 * (@deeus)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_rss2feed/#post-1443992)
 * If you would not have this message delete footer.php
 *  [jaressloo](https://wordpress.org/support/users/jaressloo/)
 * (@jaressloo)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_rss2feed/#post-1444025)
 * This is not a hack. This is just a mess up in the code.
 * For this particular template, there is a pretty easy fix.
 * The code in the footer.php file for this theme is encrypted. The decrypted version
   is this:
 * <!– begin footer –>
 * <div id=”footer”> © <?php echo date(“Y”) ?> /”>
    <?php bloginfo(‘name’);?>
   . 
   <?php if(is_home()) : ?><?php endif; ?>
    “>Entries (RSS)
 *  <div id=”credit”></div>
 * </div>
    <?php wp_footer(); ?> </div> </body></html>
 * All you have to do is open the footer.php file in your theme directory and then
   replace everything in that file with the code I provided above and everything
   should work beautifully!
 *  [jaressloo](https://wordpress.org/support/users/jaressloo/)
 * (@jaressloo)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_rss2feed/#post-1444026)
 * Posting the code again. Use this code instead of the one I posted before. It 
   takes care of the copyright symbol too.
 *     ```
       <!-- begin footer -->
   
       <div id="footer">  &copy; <?php echo date("Y") ?> <a href="<?php echo get_settings('home'); ?>/">
         <?php bloginfo('name');?></a>. <?php if(is_home()) : ?><?php endif; ?>
         <a href="<?php bloginfo('rss_url'); ?>">Entries (RSS)</a> and <a href="<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>
   
         <div id="credit"></div>
   
       </div>
       <?php wp_footer(); ?>
       </div>
       </body></html>
       ```
   
 *  [a962587](https://wordpress.org/support/users/a962587/)
 * (@a962587)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_rss2feed/#post-1444034)
 * Thank jaressloo very much.
    I got the same problem,and it had fixed now!!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Fatal error: Call to undefined function wp_rss2feed’ is closed to new
replies.

## Tags

 * [fatal error](https://wordpress.org/support/topic-tag/fatal-error/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 5 participants
 * Last reply from: [a962587](https://wordpress.org/support/users/a962587/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_rss2feed/#post-1444034)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
