Fatal Error have_posts [ad_1]I’m new here learning wordpress…. if anyone can help am i missing something? [ad_2] Previous ArticleCan’t see “wp booking calendar” in my Gmail Calendar Next ArticleAuthenticate Users from Oracle DB
`if ( have_posts() ) :``while ( have_posts() ) : the_post();``// Your loop code``endwhile;``else :``_e( ‘Sorry, no posts were found.’, ‘textdomain’ );``endif;`
Are you running this in the WP environment? What URL are you loading this from?
`if ( have_posts() ) :`
`while ( have_posts() ) : the_post();`
`// Your loop code`
`endwhile;`
`else :`
`_e( ‘Sorry, no posts were found.’, ‘textdomain’ );`
`endif;`