'; echo '

' . get_the_title() . '

'; echo '
'; // Load the Page Content the_content(); // Get Fade Setting if( !$arixwp_gallerax_fade ) $arixwp_gallerax_fade = '0'; // Get Advance Fade Setting if( !$arixwp_gallerax_afade ) $arixwp_gallerax_afade = '0'; // Get Advance Delay Setting if( !$arixwp_gallerax_adelay ) $arixwp_gallerax_adelay = '0'; // Get Advance Resume Setting if( !$arixwp_gallerax_aresume ) $arixwp_gallerax_aresume = '12000'; echo '
'; // Show Navigation if selected if( $arixwp_gallerax_nav == 'show' ) { echo ' '; } // Show Captions if selected if( $arixwp_gallerax_captions == 'show' ) { echo '
Lorem Ipsum Dolor
'; } echo '
'; echo '' . "\n"; echo '
'; if ($attachments) { ?> '; echo '
'; echo ARIXWP_LOOP_FOOTER; } // Do comments comments_template( '', true ); } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// get_footer(); ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ?>