• Resolved ShirlGirl

    (@shirlgirl)


    Possible to include two different shortcodes in one <?php echo do_shortcode tag in a template?
    I am including (1) the original two shortcodes and (2) an example of what I want to do but do not know if it is possible:
    (1)
    <?php echo do_shortcode(‘[do_widget id=accesstxt-3]’); ?>
    <?php echo do_shortcode(‘[do_widget id=wp_accessibility_toolbar-2]’); ?>

    (2)
    <?php echo do_shortcode(‘[do_widget id=accesstxt-3 do_widget id=wp_accessibility_toolbar-2]’); ?>

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Possible to include two different shortcodes in one <?php echo do_shortcode ?’ is closed to new replies.