New lower pricing for Subscriptions

50%off old price

Prayer Request Form Display Issues?

The prayer requests archive menu item can be created by following this tutorial

On some sites, depending on your theme, it can look awful! Like this example where the first prayer request is on top and the form is hidden by the footer.

This happens because different themes work in different ways. The Church Admin plugin tries to put it before the first prayer request using the WordPress hook ‘loop_start’, but some themes work differently.

On your index.php file (you may need to make a child theme) add this piece of code just before the loop code…

Add this

<?php do_action('church_admin_theme_before_loop’);?>

just before the loop is called, which should look something like this…

<?php if(have_posts()) : while(have_posts()) : the_post(); ?>

or perhaps…

<?php get_template_part(###

Or you could buy my theme to make it really easy!