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.
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.
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 This will solve your issue.