Support

Account

Home Forums Add-ons Gallery Field Output of gallery in "plain php" Reply To: Output of gallery in "plain php"

  • Since you’re just starting out, the first thing you should do if you’re going to be working on code is to enable debugging. Doing so will let you see the errors that your page is producing rather than a white screen. https://codex.wordpress.org/WP_DEBUG

    You’ve got multiple syntax errors, mainly the = after each echo. Remove them.