• I have audio link/player set in a custom meta box within WP admin. Desktop site calls the meta data url no problem, but even though I added the same call [$urlmp3 = get_post_meta($post->ID, “urlmp3”, true);] to the single.php template file, it’s not calling the custom meta like it should in the echo. Instead it’s an empty variable.

    Ideas on how to get the custom meta available?

    https://www.ads-software.com/plugins/wptouch/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rellison959

    (@rellison959)

    OK… made some progress… it IS pulling in the custom meta data… however it’s not converting url.mp3 to audio player. Gotta be a solution for mobile browser mp3 audio player. Ideas?

    Hi,

    Is there anything else you are doing in the desktop theme to add this functionality? For example, any functions added to the functions.php, enqueued scripts, etc.?

    If so, the same needs to be done to WPtouch Pro. Only, we don’t recommend editing the theme’s template files in WPtouch (free). At this time, only WPtouch Pro includes support for child themes. With its “Make a Child Theme” extension, this process can very easily be done right from the WPtouch Pro admin panel.

    Regards,

    Emilio Rivera,
    WPtouch Support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Meta Data’ is closed to new replies.