HEX
Server: LiteSpeed
System: Linux s787.bom1.mysecurecloudhost.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
User: mobilech (5348)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/mobilech/alliancelaptoptraining.com.np/wp-content/themes/ftech/page.php
<?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 ftech
 */

get_header();
?>
<section class="blog ftech-internal-page pt-120 pb-110">
	<div class="container">
		<div class="row mt-none-30">
			<!-- Content Side -->
			<div class="col-lg-12">
				<div class="blog-page-2-item-wrap mb-50">
					<?php ftech_page_loop(); ?>
				</div>
			</div>
		</div>
	</div>
</section>

<?php
get_footer();