How do I add shortcode for Galleria WP plugin right in the code!
-
This is probably a question for the plugin author but as Galleria WP does not seem to have an active support I’ll just try here.
Simply put, I want to add the shortcode [galleria] to display a slideshow, but rather than showing it in the_content, I want to be able to add it using custom fields, thus straight into the code inside the loop.
I have tried using
<?php do_shortcode("[galleria]"); ?>
without success. Read somewhere that the shortcode needs to be registered.Any help is appreciated.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How do I add shortcode for Galleria WP plugin right in the code!’ is closed to new replies.