forked from mirror/_s
Update template hierarchy link
This commit is contained in:
parent
ff6cc41087
commit
6bc640792a
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* The template for displaying archive pages
|
* The template for displaying archive pages
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Template_Hierarchy
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
*
|
*
|
||||||
* @package _s
|
* @package _s
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* This is the template that displays the area of the page that contains both the current comments
|
* This is the template that displays the area of the page that contains both the current comments
|
||||||
* and the comment form.
|
* and the comment form.
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Template_Hierarchy
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
*
|
*
|
||||||
* @package _s
|
* @package _s
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
* It is used to display a page when nothing more specific matches a query.
|
* It is used to display a page when nothing more specific matches a query.
|
||||||
* E.g., it puts together the home page when no home.php file exists.
|
* E.g., it puts together the home page when no home.php file exists.
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Template_Hierarchy
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
*
|
*
|
||||||
* @package _s
|
* @package _s
|
||||||
*/
|
*/
|
||||||
|
|
2
page.php
2
page.php
|
@ -7,7 +7,7 @@
|
||||||
* and that other 'pages' on your WordPress site may use a
|
* and that other 'pages' on your WordPress site may use a
|
||||||
* different template.
|
* different template.
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Template_Hierarchy
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
*
|
*
|
||||||
* @package _s
|
* @package _s
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Template part for displaying a message that posts cannot be found
|
* Template part for displaying a message that posts cannot be found
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Template_Hierarchy
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
*
|
*
|
||||||
* @package _s
|
* @package _s
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Template part for displaying page content in page.php
|
* Template part for displaying page content in page.php
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Template_Hierarchy
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
*
|
*
|
||||||
* @package _s
|
* @package _s
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Template part for displaying results in search pages
|
* Template part for displaying results in search pages
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Template_Hierarchy
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
*
|
*
|
||||||
* @package _s
|
* @package _s
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Template part for displaying posts
|
* Template part for displaying posts
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Template_Hierarchy
|
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
|
||||||
*
|
*
|
||||||
* @package _s
|
* @package _s
|
||||||
*/
|
*/
|
||||||
|
|
Reference in New Issue