<?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 will use a * different template. * * @package VW Charity NGO */ get_header(); ?> <?php do_action( 'vw_charity_ngo_page_header' ); ?> <main id="maincontent" role="main" class="content-vw"> <div class="middle-align container"> <?php $vw_charity_ngo_theme_lay = get_theme_mod( 'vw_charity_ngo_page_layout','One Column'); if($vw_charity_ngo_theme_lay == 'One Column'){ ?> <?php if(get_theme_mod('vw_charity_ngo_single_page_breadcrumb',true) == 1){ ?> <div class="bradcrumbs"> <?php vw_charity_ngo_the_breadcrumb(); ?> </div> <?php }?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content-page'); endwhile; ?> <?php }else if($vw_charity_ngo_theme_lay == 'Right Sidebar'){ ?> <div class="row"> <div class="col-lg-8 col-md-8"> <?php if(get_theme_mod('vw_charity_ngo_single_page_breadcrumb',true) == 1){ ?> <div class="bradcrumbs"> <?php vw_charity_ngo_the_breadcrumb(); ?> </div> <?php }?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content-page'); endwhile; ?> </div> <div class="col-lg-4 col-md-4"> <div class="sidebar"> <?php dynamic_sidebar('sidebar-1'); ?> </div> </div> </div> <?php }else if($vw_charity_ngo_theme_lay == 'Left Sidebar'){ ?> <div class="row"> <div class="col-lg-4 col-md-4"> <div class="sidebar"> <?php dynamic_sidebar('sidebar-1'); ?> </div> </div> <div class="col-lg-8 col-md-8"> <?php if(get_theme_mod('vw_charity_ngo_single_page_breadcrumb',true) == 1){ ?> <div class="bradcrumbs"> <?php vw_charity_ngo_the_breadcrumb(); ?> </div> <?php }?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content-page'); endwhile; ?> </div> </div> <?php }else {?> <div class="row"> <div class="col-lg-8 col-md-8"> <?php if(get_theme_mod('vw_charity_ngo_single_page_breadcrumb',true) == 1){ ?> <div class="bradcrumbs"> <?php vw_charity_ngo_the_breadcrumb(); ?> </div> <?php }?> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content-page'); endwhile; ?> </div> <div class="col-lg-4 col-md-4"> <div class="sidebar"> <?php dynamic_sidebar('sidebar-1'); ?> </div> </div> </div> <?php } ?> </div> <div class="clear"></div> </main> <?php do_action( 'vw_charity_ngo_page_footer' ); ?> <?php get_footer(); ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
css | Folder | 0777 |
|
|
images | Folder | 0777 |
|
|
inc | Folder | 0777 |
|
|
js | Folder | 0777 |
|
|
languages | Folder | 0777 |
|
|
page-template | Folder | 0777 |
|
|
template-parts | Folder | 0777 |
|
|
webfonts | Folder | 0777 |
|
|
woocommerce | Folder | 0777 |
|
|
404.php | File | 1.23 KB | 0777 |
|
archive.php | File | 7.8 KB | 0777 |
|
comments.php | File | 2.41 KB | 0777 |
|
footer.php | File | 4.42 KB | 0777 |
|
functions.php | File | 18.62 KB | 0777 |
|
header.php | File | 1.38 KB | 0777 |
|
image.php | File | 8.12 KB | 0777 |
|
index.php | File | 6.71 KB | 0777 |
|
inline-style.php | File | 47.07 KB | 0777 |
|
license.txt | File | 34.32 KB | 0777 |
|
no-results.php | File | 1.29 KB | 0777 |
|
page.php | File | 3.58 KB | 0777 |
|
readme.txt | File | 21.75 KB | 0777 |
|
rtl.css | File | 38.84 KB | 0777 |
|
screenshot.png | File | 178.96 KB | 0777 |
|
search.php | File | 10.04 KB | 0777 |
|
searchform.php | File | 652 B | 0777 |
|
sidebar.php | File | 993 B | 0777 |
|
single.php | File | 9.65 KB | 0777 |
|
style.css | File | 51.96 KB | 0777 |
|