Title: wpguin's Replies | WordPress.org

---

# wpguin

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [a simple problem](https://wordpress.org/support/topic/a-simple-problem-2/)
 *  [wpguin](https://wordpress.org/support/users/wpguin/)
 * (@wpguin)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/a-simple-problem-2/page/3/#post-272957)
 * For the next person who runs across this (and possibly only for WP 1.5.x) try
   this:
 * Add a new line 1 to your wp root’s index.php file:
 * 1 `<?php include('rotator.php'); ?>`
    2 `<?php` 3 `/* Short and sweet */` 4 `
   define('WP_USE_THEMES', true);` 5 `require('./wp-blog-header.php');` 6 `?>`
 * And put rotator.php and images.ini in your wp root as well. This was the only
   way I could get the rotator to work when using `<?php showImage(); ?>` from (
   an embedded location) within a theme.php file.

Viewing 1 replies (of 1 total)