X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/logistik
home
/
freights
/
public_html
/
wp-content
/
themes
/
logistik
/
??
..
??
archive.php
(1.74 KB)
??
assets
??
comments.php
(4.28 KB)
??
footer.php
(665 B)
??
functions.php
(1.96 KB)
??
header.php
(722 B)
??
inc
??
index.php
(1.74 KB)
??
languages
??
page.php
(1.62 KB)
??
screenshot.png
(234.31 KB)
??
search.php
(3.59 KB)
??
searchform.php
(578 B)
??
sidebar-page.php
(450 B)
??
sidebar-shop.php
(497 B)
??
sidebar.php
(438 B)
??
single.php
(1.61 KB)
??
style.css
(671 B)
??
template-builder.php
(1.16 KB)
??
templates
??
woocommerce
Editing: template-builder.php
<?php // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( ); } /** * @Packge : Logistik * @version : 1.0 * @Author : Themeholy * @Author URI: https://themeholy.com/ * Template Name: Template Builder */ //Header get_header(); // Container or wrapper div $logistik_layout = logistik_meta( 'custom_page_layout' ); if( $logistik_layout == '1' ){ ?> <div class="logistik-main-wrapper"> <div class="container"> <div class="row"> <div class="col-sm-12"> <?php }elseif( $logistik_layout == '2' ){ ?> <div class="logistik-main-wrapper"> <div class="container-fluid"> <div class="row"> <div class="col-sm-12"> <?php }else{ ?> <div class="logistik-fluid"> <?php } ?> <div class="builder-page-wrapper"> <?php // Query if( have_posts() ){ while( have_posts() ){ the_post(); the_content(); } wp_reset_postdata(); } ?> </div> <?php if( $logistik_layout == '1' ){ ?> </div> </div> </div> </div> <?php }elseif( $logistik_layout == '2' ){ ?> </div> </div> </div> </div> <?php }else{ ?> </div> <?php } //footer get_footer();
Upload File
Create Folder