• Resolved hommetimes

    (@hommetimes)


    I’m using Audio Player 2.0.4.1, and when I insert an audio file into a post, and then “Preview” the post, I can’t see the player. But when I click “Publish”, it appears perfectly on my site. Though when I (or anyone else) tries to leave a comment, the player disappears.

    Example –
    You can see the player fine here: http://hommetimes.com/page/25/
    But when you click the single post (that the player is posted in) it’s gone: http://hommetimes.com/2007/02/2324/

    (ps – I backdated the post, just so I could test things out first, but the problem also occurs with posts that are published “immediately”)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like the get_footer call is missing from your theme’s single.php file.

    single.php is used to display single posts. Check that it includes this line at the bottom:

    <?php get_footer(); ?>

    Martin

    Thread Starter hommetimes

    (@hommetimes)

    Thank you so much!
    That was exactly the problem.

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

The topic ‘Audio Player Only Appearing On Front Page’ is closed to new replies.