Viewing 1 replies (of 1 total)
  • Plugin Author Dave Clements

    (@thewanderingbrit)

    This can be achieved by using the do_shortcode function in your template file. Essentially, wherever you want it to appear in the template, you’ll have some code that looks something like this:

    <?php echo do_shortcode('[time-restrict off="2015-01-01"]Please enter our competition[/time-restrict]
    [time-restrict on="2015-01-01"]Sorry, this competition has closed[/time-restrict]'); ?>
Viewing 1 replies (of 1 total)

The topic ‘Using in custom template’ is closed to new replies.