short code on the Registration Embed Code is not working in session details page

  1. Home
  2. Docs
  3. Fudge2
  4. Frequently Asked Question...
  5. short code on the Registration Embed Code is not working in session details page

short code on the Registration Embed Code is not working in session details page

Follow the instruction below:

1) Don’t forget to take a backup of the file prior to any change.

2) Copy single-session.php to wp-content/themes/fudge2-child

3) Open wp-content/themes/fudge2-child/ single-session.php

4) Around line number 174, you can find:

<?php echo $session_registration_code; ?>

5) Please change this to:

<?php echo do_shortcode($session_registration_code); ?>

6) Save the file.

Was this article helpful to you? Yes No