Please enable JavaScript.
Coggle requires JavaScript to display documents.
WordPress - Coggle Diagram
WordPress
中級
-
-
WordPressの処理の流れを整理
- テーマのロード -> functions.php
- リクエストを分析
- DBへのお問い合わせ(メインクエリ)
- テンプレートファイル呼び出し
- ファイルの中身を実行
6.HTMLを生成
Xuất bản
- Vao wd-admin -> update WordPress Address ( URL )
http://localhost:81 -> http://localhost:81/wordpress
- Cập nhật Server path trong MAMP
C:\MAMP\htdocs\myStudia_Demo -> C:\MAMP\htdocs\myStudia_Demo\Wordpress
- Copy index.php to C:\MAMP\htdocs\myStudia_Demo
edit
require DIR . '/wp-blog-header.php';
->
require DIR . '/wordpress/wp-blog-header.php';
- Kiem tra ket qua cuoi cung trong folder myStudia_Demo co
Wordpress folder
index.php va .htaccess file
-
ページ テンプレートファイル
TOP front-page.php
固定ページ page.php
投稿 single.php
アーカイブ archive.php
カテゴリー category.php
タグ tag.php