Update HTML indents to soft tabs (2 spaces)

This commit is contained in:
Max Myers 2016-11-01 11:25:21 -04:00
parent a9e60bc26f
commit fa9f307dfe
29 changed files with 630 additions and 635 deletions

View File

@ -4,7 +4,8 @@
* @package understrap
*/
get_header(); ?>
get_header();
?>
<div class="wrapper" id="404-wrapper">
<div id="content" class="container">
@ -20,6 +21,7 @@ get_header(); ?>
<header class="page-header">
<h1 class="page-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'understrap' ); ?></h1>
</header><!-- .page-header -->
<div class="page-content">

View File

@ -7,7 +7,8 @@
* @package understrap
*/
get_header(); ?>
get_header();
?>
<div class="wrapper" id="archive-wrapper">

View File

@ -6,7 +6,8 @@
*
* @package understrap
*/
get_header(); ?>
get_header();
?>
<div class="wrapper" id="author-wrapper">
@ -47,15 +48,15 @@ get_header(); ?>
</header><!-- .page-header -->
<ul>
<!-- The Loop -->
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<!-- The Loop -->
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<li>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>">
<?php the_title(); ?></a>,
<?php the_time('d M Y'); ?> in <?php the_category('&');?>
</li>
<?php endwhile; ?>
<?php the_posts_navigation(); ?>

View File

@ -33,10 +33,9 @@ if ( post_password_required() ) {
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
<nav id="comment-nav-above" class="comment-navigation" role="navigation">
<h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'understrap' ); ?></h1>
<?php if ( get_previous_comments_link() ) { ?>
<?php if ( get_previous_comments_link() ) { ?>
<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'understrap' ) ); ?></div>
<?php }
if ( get_next_comments_link() ) { ?>
<?php } if ( get_next_comments_link() ) { ?>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'understrap' ) ); ?></div>
<?php } ?>
</nav><!-- #comment-nav-above -->
@ -54,10 +53,9 @@ if ( post_password_required() ) {
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
<nav id="comment-nav-below" class="comment-navigation" role="navigation">
<h1 class="screen-reader-text"><?php _e( 'Comment navigation', 'understrap' ); ?></h1>
<?php if ( get_previous_comments_link() ) { ?>
<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'understrap' ) ); ?></div>
<?php }
if ( get_next_comments_link() ) { ?>
<?php if ( get_previous_comments_link() ) { ?>
<div class="nav-previous"><?php previous_comments_link( __( '&larr; Older Comments', 'understrap' ) );?></div>
<?php } if ( get_next_comments_link() ) { ?>
<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', 'understrap' ) ); ?></div>
<?php } ?>
</nav><!-- #comment-nav-below -->
@ -69,7 +67,9 @@ if ( post_password_required() ) {
// If comments are closed and there are comments, let's leave a little note, shall we?
if ( ! comments_open() && '0' != get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) :
?>
<p class="no-comments"><?php _e( 'Comments are closed.', 'understrap' ); ?></p>
<?php endif; ?>
<?php

View File

@ -6,12 +6,13 @@
*
* @package understrap
*/
$the_theme = wp_get_theme();
?>
<?php get_sidebar('footerfull'); ?>
<?php get_sidebar('footerfull'); ?>
<div class="wrapper" id="wrapper-footer">
<div class="wrapper" id="wrapper-footer">
<div class="container">
@ -36,11 +37,11 @@
</div><!-- container end -->
</div><!-- wrapper end -->
</div><!-- wrapper end -->
</div><!-- #page -->
</div><!-- #page -->
<?php wp_footer(); ?>
<?php wp_footer(); ?>
</body>

View File

@ -62,7 +62,6 @@ require get_template_directory() . '/inc/bootstrap-wp-navwalker.php';
*/
require get_template_directory() . '/inc/bootstrap-wp-gallery.php';
/**
* Load WooCommerce functions.
*/

View File

@ -6,23 +6,24 @@
*
* @package understrap
*/
?><!DOCTYPE html>
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="hfeed site">
<div id="page" class="hfeed site">
<!-- ******************* The Navbar Area ******************* -->
<div class="wrapper-fluid wrapper-navbar" id="wrapper-navbar">
@ -31,17 +32,12 @@
<nav class="navbar navbar-dark bg-inverse site-navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
<div class="container">
<div class="navbar-header">
<!-- .navbar-toggle is used as the toggle for collapsed navbar content -->
<button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target=".exCollapsingNavbar" aria-controls="exCollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation">
&#9776;
</button>
<button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target=".exCollapsingNavbar" aria-controls="exCollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation">&#9776;</button>
<!-- Your site title as branding in the menu -->
<?php if (!has_custom_logo()) { ?>
@ -69,9 +65,3 @@
</nav><!-- .site-navigation -->
</div><!-- .wrapper-navbar end -->

View File

@ -11,21 +11,18 @@
* @package understrap
*/
get_header(); ?>
get_header();
<?php
if ( is_front_page() && is_home() ) {
get_sidebar('hero');
get_sidebar('statichero');
} else {
// Do nothing...or?
}
?>
?>
<div class="wrapper" id="wrapper-index">
<div class="wrapper" id="wrapper-index">
<div id="content" class="container">
@ -69,6 +66,6 @@ get_header(); ?>
</div><!-- Container end -->
</div><!-- Wrapper end -->
</div><!-- Wrapper end -->
<?php get_footer(); ?>

View File

@ -7,4 +7,3 @@
?>
<?php the_content(); ?>

View File

@ -7,4 +7,3 @@
?>
<?php the_content(); ?>

View File

@ -7,10 +7,9 @@
* @package understrap
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -20,13 +19,13 @@
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>">
<?php wp_head(); ?>
</head>
<body>
<?php while (have_posts()) : the_post(); ?>
</head>
<body>
<?php while (have_posts()) : the_post(); ?>
<?php get_template_part('loop-templates/content', 'blank'); ?>
<?php endwhile; // end of the loop. ?>
<?php wp_footer();?>
</body>
<?php endwhile; // end of the loop. ?>
<?php wp_footer();?>
</body>
</html>

View File

@ -7,12 +7,13 @@
* @package understrap
*/
get_header(); ?>
get_header();
?>
<?php while ( have_posts() ) : the_post(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'loop-templates/content', 'empty' ); ?>
<?php endwhile; // end of the loop. ?>
<?php endwhile; // end of the loop. ?>
<?php get_footer(); ?>

View File

@ -7,7 +7,8 @@
* @package understrap
*/
get_header(); ?>
get_header();
?>
<div class="wrapper" id="full-width-page-wrapper">

View File

@ -7,23 +7,23 @@
* @package understrap
*/
get_header(); ?>
get_header();
?>
<?php
/*
* Exclude the posts page from being shown in this layout.
* Order pages by their order number.
*/
$exclude = get_option( 'page_for_posts' );
$args = array(
$exclude = get_option( 'page_for_posts' );
$args = array(
'post_type' => 'page',
'post__not_in' => array( $exclude ),
'orderby' => 'menu_order',
'order' => 'ASC'
);
$qry = new WP_Query( $args );
);
$qry = new WP_Query( $args );
?>
<div class="wrapper" id="full-width-page-wrapper">

View File

@ -10,7 +10,8 @@
* @package understrap
*/
get_header(); ?>
get_header();
?>
<div class="wrapper" id="page-wrapper">

View File

@ -5,7 +5,8 @@
* @package understrap
*/
get_header(); ?>
get_header();
?>
<div class="wrapper search-wrapper">
<div class="container">

View File

@ -5,7 +5,8 @@
* @package understrap
*/
?>
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search">
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>" role="search">
<label for="s" class="assistive-text"><?php _e( 'Search', 'understrap' ); ?></label>
<div class="input-group">
<input type="text" class="field form-control" name="s" id="s" placeholder="<?php esc_attr_e( 'Search &hellip;', 'understrap' ); ?>" />
@ -13,4 +14,4 @@
<input type="submit" class="submit btn btn-primary" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'understrap' ); ?>" />
</span>
</div>
</form>
</form>

View File

@ -5,7 +5,8 @@
* @package understrap
*/
get_header(); ?>
get_header();
?>
<div class="wrapper" id="single-wrapper">
<div id="content" class="container">

View File

@ -10,7 +10,8 @@
* @package understrap
*/
get_header(); ?>
get_header();
?>
<div class="wrapper" id="woocommerce-wrapper">