Homepage Right Column: Use Shortcode

Discussion in 'Andrina WordPress Theme' started by lkodsmann, Jun 15, 2014.

  1. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    Is there a way that I can use a shortcode in the homepage right column? Right now, it just displays the text of the shortcode... Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For this open front-page.php
    and replace code as shown in the image.
    Code:
     <p><?php echo do_shortcode(stripslashes(inkthemes_get_option('inkthemes_right_des'))); ?></p>
    desc.png

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page