From 6bc640792a63f81f2f1d78fb339b5729a5d8f246 Mon Sep 17 00:00:00 2001 From: Bappi Date: Sun, 29 Oct 2017 14:51:29 +0600 Subject: [PATCH] Update template hierarchy link --- archive.php | 2 +- comments.php | 2 +- index.php | 2 +- page.php | 2 +- template-parts/content-none.php | 2 +- template-parts/content-page.php | 2 +- template-parts/content-search.php | 2 +- template-parts/content.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/archive.php b/archive.php index d5de83de..9cf53756 100644 --- a/archive.php +++ b/archive.php @@ -2,7 +2,7 @@ /** * The template for displaying archive pages * - * @link https://codex.wordpress.org/Template_Hierarchy + * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package _s */ diff --git a/comments.php b/comments.php index 30b2e88b..aba21bc4 100644 --- a/comments.php +++ b/comments.php @@ -5,7 +5,7 @@ * This is the template that displays the area of the page that contains both the current comments * and the comment form. * - * @link https://codex.wordpress.org/Template_Hierarchy + * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package _s */ diff --git a/index.php b/index.php index c9d96f7a..39fccd5a 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * 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. * - * @link https://codex.wordpress.org/Template_Hierarchy + * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package _s */ diff --git a/page.php b/page.php index f41e4455..e04d218f 100644 --- a/page.php +++ b/page.php @@ -7,7 +7,7 @@ * and that other 'pages' on your WordPress site may use a * different template. * - * @link https://codex.wordpress.org/Template_Hierarchy + * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package _s */ diff --git a/template-parts/content-none.php b/template-parts/content-none.php index 50c2c21b..6aea2da4 100644 --- a/template-parts/content-none.php +++ b/template-parts/content-none.php @@ -2,7 +2,7 @@ /** * 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 */ diff --git a/template-parts/content-page.php b/template-parts/content-page.php index 0c8ad09b..9407aa92 100644 --- a/template-parts/content-page.php +++ b/template-parts/content-page.php @@ -2,7 +2,7 @@ /** * 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 */ diff --git a/template-parts/content-search.php b/template-parts/content-search.php index b7ac2ff9..a60c31eb 100644 --- a/template-parts/content-search.php +++ b/template-parts/content-search.php @@ -2,7 +2,7 @@ /** * 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 */ diff --git a/template-parts/content.php b/template-parts/content.php index 6e3b38f0..8f0fab6a 100644 --- a/template-parts/content.php +++ b/template-parts/content.php @@ -2,7 +2,7 @@ /** * Template part for displaying posts * - * @link https://codex.wordpress.org/Template_Hierarchy + * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package _s */