Home › Forums › Back End › WordPress PHP Alignment › Re: WordPress PHP Alignment
January 19, 2011 at 3:59 am
#65332
Member
Ok, this helps. Try this
get_header(); ?>
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
get_template_part( 'loop', 'index' );
?>
?>
This should solve some issues and get your posts inside your main content div.