Friday, February 10, 2012

Index.php, Broken down into a Visual Guide














A visual layout of a Wordpress page. The code for this page may be in a file calledindex.php where the following code grabs content for the webpage:

<? php get_header(); ?>
<? php get_template_part(); ?>
<? php get_sidebar(); ?>
<? php get_footer(); ?>

No comments:

Post a Comment