Home › Forums › Pro Support › Displaying Sermon Manager meta in WP Show Posts? › Reply To: Displaying Sermon Manager meta in WP Show Posts?
March 10, 2020 at 6:04 pm
#13875
Keymaster
You can add HTML inside PHP, you just need to close the PHP part first:
add_action( 'wpsp_after_content', function() {
?>
HTML in here.
<?php
} );