Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PascalBajorat

    (@pascalbajorat)

    Hi,

    yes that’s no problem, here is my example code:

    <?php
    // https://codex.www.ads-software.com/Function_Reference/get_post_meta
    $custom_field_mp3 = get_post_meta(get_the_ID(), 'mp3', true);
    
    if( !empty( $custom_field_mp3 ) ):
    
    // https://codex.www.ads-software.com/Function_Reference/do_shortcode
    echo do_shortcode('[audio mp3="'.$custom_field_mp3.'"]');
    
    endif;
    ?>

    Please note: There is a new and important update out now v.2.2!

    If you like the Plugin please rate it ??

    Thread Starter mwarner1

    (@mwarner1)

    Awesome. Thank you.

    thob

    (@thob)

    sorry wrong place

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Function for theme programming?’ is closed to new replies.