'; echo '
'; if ( $arixwp_date == 'show' ) arixwp_date_format(); echo '

' . get_the_title() . '

'; echo '

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