Skip to content

Instantly share code, notes, and snippets.

@mrfoxtalbot
Created January 9, 2018 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrfoxtalbot/93a6f8b5efcd384b1c303eaa8be28250 to your computer and use it in GitHub Desktop.
Save mrfoxtalbot/93a6f8b5efcd384b1c303eaa8be28250 to your computer and use it in GitHub Desktop.
Mostrar un audio desde Advanced Custom Fields
<?php
$urldelaudio = get_field('nombre_campo_audio');
echo do_shortcode('[audio mp3="'.$urldelaudio.'"][/audio]');
?>
// Tiene que haber una manera más elengate y sencilla, pero esto funciona.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment