Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/slide-anything/php/ |
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/slide-anything/php/single-page.php |
<?php /** * Template Name: Slide Anything Preview Page * This template will only display the page content (and no header, footer or sidebar) */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php wp_head(); ?> </head> <body class="cleanpage"> <?php while (have_posts()) : the_post(); the_content(); endwhile; ?> <?php wp_footer(); ?> </body> </html>