NEW THEME
2021/07/14 思いついた。
とりあえず、フォルダ作成
ベースとなるテーマを作るだけ。
??? なんやねん
singular wordpress
information
- 自分のルールを作ること
- WPのルールも守ること
- 命名規則を守ること
whitepanther
| - whitepanther_ver_1.0
| - asset-img [common images]
| - images [post images]
| - js
| - inc [include files]
| - Folders [Page name]
| - pdf
| - sass_ver_1.00
| - Files
Files
- style.css
- editor-style.css
- functions.php
- header.php
- footer.php
- single.php
- page.php
- archive.php
- 404.php
- favicon.ico a-img でもいいような?
使用状況
- デザインの更新頻度が少ないサイト
- 製作者が変更することが多いサイト
- IE 無視
基本的な構成
<header>
</header>
<section>
<main id="xxx_1" class="row">
<section class="row">
<article class="container" role="main">
<h1>SECTION1</h1>
<p>sample text</p>
</article>
</section>
<section class="row">
<article class="container" role="xxx">
xxx
</section>
</article>
</main>
<footer>
</footer>
| xxx_1 ファイルネームなど | id |
|---|---|
| single.php | single |
| page.php | post |
| archive.php | archive |
| index,frontpage | index |
| その他 | |
| header | header |
| footer | footer |
/ artticle
ファイルについて
single.php
id="single"
header.php
- title は書かない function -> add_theme_support( ‘title-tag’ );
<?php wp_body_open();?>
<header id="header">
functions.php
<?php wp_body_open();?> の内容を記述
- analytics
- facebook