hide_nav atts for sermons shortcode

Issue #45 resolved
Leon Hedding created an issue

This atts has been around for several versions but is not implemented (e.g. it does nothing when you change it to true.) I would find it helpful to listing the latest sermon on my Home page without displaying pagination on the site but the only way to do this currently is to use CSS to disable the pagination. A better solution would be to disable pagination in the shortcode.

A simple way to do this would be to add these lines to 255 and 270 respectively in the shortcode.php file.

                <?php if (!$hide_nav) { ?>
                <?php } ?>

Comments (4)

  1. Tim Hyde

    Was just about to post the same. sometimes you just want to show one sermon using shortcode and the hide_nav would be useful.

  2. Log in to comment