• How can I make this shortcode avaliable to use within my theme templates bearing in mind it is a shortcode within a shortcode as it where?

    Thanks,

    Gaz

Viewing 2 replies - 1 through 2 (of 2 total)
  • to run shortcode in a template, work with https://developer.ww.wp.xz.cn/reference/functions/do_shortcode/

    however, generally, it might be possible to find out what function is used for the shortcode, and call that function directly in the theme’s template…

    please post details of your shortcode.

    Thread Starter convictedvapour

    (@chronicbubble)

    Should have been clearer here is the shortcode itself. It has an opening with close and within it another related shortcode to do with the same plugin.

    How can I make this theme compatible do_shortcode wise please:

    [countdown date=2015/08/15 period=1]
    It's just [timer] before tomorrow's hot new content.[/countdown]

    Thanks @michael for you helpful tips! Still failing to get it to work!

    Regards,

    Gaz

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Make shortcode into php theme code’ is closed to new replies.