Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    The easiest way would be to do:

    do_shortcode('[weekly-schedule]');

    Thread Starter sebgc

    (@sebgc)

    Thanks!

    Thread Starter sebgc

    (@sebgc)

    It works – full code is:

    <?php echo do_shortcode('[weekly-schedule schedule=1]'); ?>

    However this does not include the plugin stylesheet.

    Thread Starter sebgc

    (@sebgc)

    I just added the stylesheet code to my theme style, which works better for my purposes actually.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Indeed, when you bypass the shortcode mechanism, the plugin does not know to load the stylesheet. Your solution to pmove your style to the main stylesheet is good.

    Please review the plugin and consider support its development.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display Schedule via Page Template’ is closed to new replies.