';
the_content();
wp_link_pages( array( 'before' => '
' . __( 'Pages:', THEMENAME ), 'after' => '
' ) );
edit_post_link( __( 'Edit', THEMENAME ), '
', '' );
echo '
';
echo '';
echo ARIXWP_LOOP_FOOTER;
}
// Do comments
if ( comments_open() )
comments_template( '', true );
}
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
get_footer();
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>