Difference between revisions of "WordPress custom theme examples"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* [[WordPress theme example 1]] - very simple theme, only static HTML | * [[WordPress theme example 1]] - very simple theme, only static HTML | ||
* [[WordPress theme example 2]] - theme with loop | * [[WordPress theme example 2]] - theme with loop | ||
− | * [[WordPress theme example 3]] - theme with loop and Bootstrap Nav Walker | + | * [[WordPress theme example 3]] - theme with loop and Bootstrap Nav Walker |
+ | * [[WordPress theme example 4]] - USE THIS AS BASIS FOR YOUR PROJECT, unless you wish to do something similar ... | ||
+ | * [[WordPress theme example 5]] - ... or you may use this example | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | [[WordPress]] | ||
+ | |||
+ | [[Category:Projects]] | ||
+ | [[Category:WordPress]] |
Latest revision as of 09:25, 21 April 2016
This article lists examples of WordPress custom themes, from simple to more complex.
- WordPress theme example 1 - very simple theme, only static HTML
- WordPress theme example 2 - theme with loop
- WordPress theme example 3 - theme with loop and Bootstrap Nav Walker
- WordPress theme example 4 - USE THIS AS BASIS FOR YOUR PROJECT, unless you wish to do something similar ...
- WordPress theme example 5 - ... or you may use this example