Wordpress Loop Discussion

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jamesbond007
Forum Newbie
Posts: 1
Joined: Sun Mar 29, 2015 9:38 pm

Wordpress Loop Discussion

Post by jamesbond007 »

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.
Post Reply