Server : LiteSpeed
System : Linux r30.merodns.com 5.14.0-687.31.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Aug 1 05:38:01 EDT 2026 x86_64
User : iylf ( 1056)
PHP Version : 8.2.33
Disable Function : mail
Directory :  /home/iylf/nirnaya.iylfglobal.com/wp-content/themes/singer/

📁 Create New:
⬆️ Upload File:
Current Dir [ Writable ] Root [ Writable ]


OR Upload from URL:
URL: Save as:

📄 File: single-shop.php

Path: /home/iylf/nirnaya.iylfglobal.com/wp-content/themes/singer/single-shop.php

Size: 2.26 KB

Permissions: 0644


   <?php

   /*
Template Name: Shop Detail Page Template
*/

 get_header(); ?>

 <style type="text/css">
 	.header {
    position: relative;
    background: #290849;
}

.footer{
	margin-top: initial;
}

@media(max-width:991px){
    .section_description{
        flex-direction:column;
    }
    .section_description img{
        width:100%
        height:auto;
    }
}




 </style>




<?php while(have_posts()): the_post(); ?>

	    <div class="breadcrumb-option">
        <div class="container">
            <div class="row">
                <div class="col-lg-12">
                    <div class="breadcrumb__links">
                        <a href="#"><i class="fa fa-home"></i> Home</a>
                        <span>Shop</span>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Breadcrumb End --> 

        <section id="gallery" class="gallery maingallery">
        <div class="container">
            <div class="section-title">
                   <h2><?php the_title() ?></h2>
         
            </div>
            
            <div class="index-gallery-body">
            	<div class="row">
            		<div class="col-lg-3">
            			<img src="<?php the_field('image1'); ?>">
            		</div>
            		<div class="col-lg-3">
            			<img src="<?php the_field('image2'); ?>">
            		</div>
            		<div class="col-lg-3">
            			<img src="<?php the_field('image3'); ?>">
            		</div>
            		<div class="col-lg-3">
            			<img src="<?php the_field('image4'); ?>">
            		</div>
            			<div class="col-lg-3">
            			<img src="<?php the_field('image5'); ?>">
            		</div>
            			<div class="col-lg-3">
            			<img src="<?php the_field('image6'); ?>">
            		</div>
            			<div class="col-lg-3">
            			<img src="<?php the_field('image7'); ?>">
            		</div>
            			<div class="col-lg-3">
            			<img src="<?php the_field('image8'); ?>">
            		</div>

                  </div>
            </div>
        </div>
    </section>









    <?php endwhile; ?>


<?php get_footer(); ?>

← Back to Directory Edit File 🔒 Chmod

WP File Manager