Audio Title
* Audio.js is used to display the audio track for the visitor to play. If it is not
* enabled this post format should not be used. It will omly play mp3 files at this time.
* Alternatively use a standard tag and the formatting will be similar.
*
*
* @package blogBox WordPress Theme
* @copyright Copyright (c) 2012, Kevin Archibald
* @license http://www.gnu.org/licenses/quick-guide-gplv3.html GNU Public License
* @author Kevin Archibald
*/
/* Get the user choices for the theme options */
global $blogBox_option;
$blogBox_option = blogBox_get_options();
$display_post_icon = $blogBox_option['bB_use_post_format_icons'];
?>
';
}
?>
'comment', 'post_id' => $post->ID )); ?>