| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/aifortoday.co.uk/wwwroot/wp-content/themes/solace/ |
Upload File : |
<?php
/**
* The template for displaying all pages
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site may use a
* different template.
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package solace
*/
get_header();
if (class_exists('WooCommerce') && (is_cart() || is_checkout() || is_account_page())) {
solace_content_before_woocommerce_pages();
}
?>
<main class="main-page main-page1 main-singular">
<section class="container-page">
<div class="myrow row1">
<div class="content">
<?php
while (have_posts()) :
the_post();
get_template_part('template-parts/content', 'page');
endwhile; // End of the loop.
?>
</div>
</div>
</section>
</main><!-- #main -->
<?php
get_footer();