Title: jaressloo's Replies | WordPress.org

---

# jaressloo

  [  ](https://wordpress.org/support/users/jaressloo/)

 *   [Profile](https://wordpress.org/support/users/jaressloo/)
 *   [Topics Started](https://wordpress.org/support/users/jaressloo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jaressloo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jaressloo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jaressloo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jaressloo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jaressloo/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error: Call to undefined function wp_rss2feed](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_rss2feed/)
 *  [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>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error: Call to undefined function wp_rss2feed](https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-wp_rss2feed/)
 *  [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!

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