This is my first Post in the forum.
I am a beginner in wordpress. I am trying to understand the every bit of wordpress Codex.
I got strucked somewhere in this page-
https://codex.wordpress.org/The_Loop
Be sure to include the call for the header template at the top of your Theme's templates. If you are using The Loop inside your own design (and your own design is not a template), set WP_USE_THEMES to false:
<?php define( 'WP_USE_THEMES', false ); get_header(); ?>
I couldn't make a head and tail of the above mentioned note or explanation. Help would be appreciated.
Wordpress Loop Discussion
Moderator: General Moderators