I installed the Instapress plugin and want to display one picture in the "Homepage Two Col" section in the theme. I can use the plugin on a page with shortcode without a problem but not in this area on the frontpage. Any idea how I get this working?
Hello, It is not possible to add a plugin shortcode on homepage area, But you can add it in the footer widget area if you want to do that then, go to Appearance > Widgets and drag text widget and add you plugin shortcode there and drop it in the first footer widget area.
Go to the front-page.php file present in your Theme directory and add the code given below as shown in the image given below in that file. Code: <?php echo do_shortcode("paste your shortcode here"); ?> This will solve your issue.