theme review feedback fixes
This commit is contained in:
parent
58bda6c606
commit
a64527376c
2
404.php
2
404.php
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* The template for displaying 404 pages (Not Found).
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
|
@ -7,7 +7,7 @@
|
||||
* handled by a callback to wp386_comment() which is
|
||||
* located in the inc/template-tags.php file.
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* The template used for displaying page content in page.php
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
?>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
?>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Contains the closing of the id=main div and all content after
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
?>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Displays all of the <head> section and everything up till <div id="main">
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
?><!DOCTYPE html>
|
||||
<html <?php language_attributes(); ?>>
|
||||
@ -42,9 +42,7 @@
|
||||
<div class="sidebar-affix">
|
||||
<div class="sidebar-outer">
|
||||
<div class="sidebar-container">
|
||||
<?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
|
||||
|
||||
<?php endif; ?>
|
||||
<?php dynamic_sidebar( 'sidebar-1' ); ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* The template for displaying image attachments.
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
get_header();
|
||||
|
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* _s Theme Customizer
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Eventually, some of the functionality here could be replaced by core features
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -3,7 +3,7 @@
|
||||
* Jetpack Compatibility File
|
||||
* See: http://jetpack.me/
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Eventually, some of the functionality here could be replaced by core features
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
if ( ! function_exists( 'wp386_content_nav' ) ) :
|
||||
|
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* WordPress.com-specific functions and definitions
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
global $themecolors;
|
||||
|
@ -8,7 +8,7 @@
|
||||
* E.g., it puts together the home page when no home.php file exists.
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* Learn more: http://codex.wordpress.org/Template_Hierarchy
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
?>
|
||||
|
||||
|
2
page.php
2
page.php
@ -7,7 +7,7 @@
|
||||
* and that other 'pages' on your WordPress site will use a
|
||||
* different template.
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
|
@ -241,7 +241,7 @@ object {
|
||||
|
||||
/* Global styles */
|
||||
|
||||
%border-box {
|
||||
.border-box {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* The template for displaying Search Results pages.
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
|
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* The template for displaying search forms in _s
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
?>
|
||||
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||
|
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* The Sidebar containing the main widget areas.
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
?>
|
||||
<div id="secondary" class="widget-area" role="complementary">
|
||||
|
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* The Template for displaying all single posts.
|
||||
*
|
||||
* @package _s
|
||||
* @package wp386
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
|
Loading…
Reference in New Issue
Block a user