Add table to bottom of homepage

Discussion in 'Traffica WordPress Theme' started by rogerschnur, Nov 14, 2013.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    I have the shortcode for a table that I would like to add to the homepage just above the footer. Alternatively, I'd love to see you guys add the SpotMoto Homepage Bottom features to Traffica theme. That's what I really want to get to. Too bad SpotMoto is so restricting with only allowing posts on homepage.
     
  2. Piyush

    Piyush Support Staff

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

    You can add shortcode in the Home Page Sidebar Feature widget area.
    Go to the Appearance > Widgets panel in your dashboard and Drag & Drop the text widget in the Home Page Sidebar Feature widget area
    and then paste the shortcode in the text widget content area.
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    I want the table to go the full width of the page, not just the RH column.
     
  4. 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

    Code:
    <?php echo do_shortcode ('Enter Your Plugin Shortcode Here'); ?>
    Sending image for reference

    2013-11-18_1127.png



    This will solve your issue.
     

Share This Page