Posts load only if logged in
-
Hi,
I installed the plugin and it works perfectly, but I just noticed that it only loads the post when I (admin) is logged in. I have the loop code in an extra file, the repeater template looks like this.<?php global $post; $postID = $post->ID; include( locate_template( '/template-parts/load-posts.php' ) ) ?>
The funny thing is: it works without login on mobile (in the same network, I have it on localhost)
Can you help me out?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Posts load only if logged in’ is closed to new replies.