Shortcodes

Discussion in 'Woodpecker WordPress Business Theme' started by gwindylyn, Jul 9, 2014.

Thread Status:
Not open for further replies.
  1. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    Is it possible to make shortcodes work in the Videobox area and in the slider area? If so, how?
     
  2. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    Still wondering if there is a way to make it so I can use shortcodes in the slider area or Videobox area . . . .
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and add the code given below in your front-page.php file

    Code:
    <?php echo do_shortcode( 'ENTER YOUR SHORTCODE HERE' ) ?> 

    It will fulfil your requirements.


    Thanks & Regards
    Gourav Shrivastava
     
  4. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    Thank you for that work around. I was wondering if there was a snippet of code I could use that would enable the input of shortcodes into the actual Theme Options of the Appearance admin in the backend.
     
Thread Status:
Not open for further replies.

Share This Page