Title: gt5's Replies | WordPress.org

---

# gt5

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

 *   [Profile](https://wordpress.org/support/users/gt5/)
 *   [Topics Started](https://wordpress.org/support/users/gt5/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gt5/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gt5/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gt5/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gt5/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gt5/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: [Does Comment Moderation support Regular Expressions?](https://wordpress.org/support/topic/does-comment-moderation-support-regular-expressions/)
 *  Thread Starter [gt5](https://wordpress.org/support/users/gt5/)
 * (@gt5)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/does-comment-moderation-support-regular-expressions/#post-1770894)
 * sorry for bumping, I need an answer
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Audio Player] [Plugin: Audio Player] audioplayer & wordpress v3.0](https://wordpress.org/support/topic/plugin-audio-player-audioplayer-amp-wordpress-v30/)
 *  [gt5](https://wordpress.org/support/users/gt5/)
 * (@gt5)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-audio-player-audioplayer-amp-wordpress-v30/#post-1568000)
 * I got this issue too.
 * That was my theme fault even if audioplayer worked fine with wordpress 2.9.
 * Please assure that wp_head and wp_footer are called, respectively, before and
   after the post code.
 * e.g.
 * – RIGHT –
    wp_head(); […] the_content(‘More’); […] wp_footer();
 * – WRONG –
    wp_head(); […] wp_footer(); […] the_content(‘More’);
 * (Calling wp_head and wp_footer before the post code is not so weird in “fluid”
   themes)
 * It worked for me.
 * Hope it helps, sorry for my english

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