I am using the Enfold Child theme. I don’t see an enfold/includes/loop-index.php file but I do have a functions.php file, is that where I can add the ava_after_content code?
add_action(‘ava_after_content’, function() {
// add button here
}, 10);
Thank you! This works perfectly. Exactly what I needed.
Hello Mike,
We had the Default Events template selected. If it makes a difference, we’re using an Enfold child theme. Not sure what else we can do to have the footer display correct and the side bar removed.
Resolved!