I have an entry in GP Hooks “Inside Content Container” that is working properly. The code is a shortcode to display a schedule before the blog entries start on the home page. I’m trying to re-create this using Elements but can’t get it to display correctly. “before-content” merges it with the 1st post. “before-main-content” puts it behind and to the left of the first post (post covers schedule). I’ve tried custom hooks inside-article, masonry, site-main and others, but none of those generate anything. The shortcodes box is checked. Can you point me toward what I’m missing?
The site is https://kmojfm.com/wp.
Below is original GP Hooks code in “Inside Content Container” field.
<?php if ( is_home() ) { ?>
[schedule-today]
<?php } ?>
Thanks,
Gregg