Difference between revisions of "WordPress theme example 5"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "This page describes '''WordPress custom theme example five'''. It is a modified version of example four. WordPress custom theme examples|See...") |
Karl Jones (Talk | contribs) |
||
Line 28: | Line 28: | ||
... | ... | ||
+ | |||
+ | [[Category:WordPress]] |
Latest revision as of 09:32, 21 April 2016
This page describes WordPress custom theme example five.
It is a modified version of example four.
functions.php
The functions.php
file contains:
header.php
The header.php
file contains:
index.php
The usual index.php, and other WordPress templates if you are using them.
...