MP3-jPlayer & adding custom field to display in post list
-
Hi, I’ve been using a flash based plugin which works but I’m very interested in replacing it with the MP3-jPlayer for compatibility reasons.
I need to be able to display the player on blog / post list pages – so even when showing only the excerpt in the post list. This works at the moment using the following code with my existing plugin:
<?php $customField = get_post_custom_values("player60"); if ($customField) insert_audio_player( $customField[0]); ?>
I wondered if there is similar code that I can use in my template to display the jPlayer? Any advice appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘MP3-jPlayer & adding custom field to display in post list’ is closed to new replies.