Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress PHP Alignment Re: WordPress PHP Alignment

#65332
dhechler
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.