Table Shortcode Does not Display Table

Discussion in 'Elite Pro WordPress Theme' started by bizzyboy, Dec 12, 2013.

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

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    I am using a Plugin called Tablepress on my site.

    However, when I include a Table shortcode within the theme Homepage Content Area, the Table does not appear. All I see is the Shortcode e.g. [table id=1 /]

    Can you please help in getting the Shortcode to work.

    Thanks - Paul
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the front-page.php file present in your theme directory and paste the code given below in that file as shown in the image given below.

    Code:
    <?php echo do_shortcode(elite_get_option('elite_homecontent')); ?>
    [​IMG]

    This will solve your issue.
     
  3. bizzyboy

    bizzyboy Member

    Joined:
    Apr 2, 2013
    Messages:
    87
    Likes Received:
    1
    Great, that works perfectly. Thanks Piyush.
     
Thread Status:
Not open for further replies.

Share This Page