Commit Graph

10 Commits

Author SHA1 Message Date
Holger Könemann f9a5eb626d Adding an empty page template
Add a empty page template with just a header and footer section and a
„naked“ content section in between. The content comes without any
markup so you can add your own markup to the page. Good for landing
pages or other pages which needs to use another markup besides the
default stuff.
2016-06-18 13:42:01 +02:00
Holger Könemann 677e2e15e5 Adding custom search form with Bootstrap markup 2016-03-03 20:38:28 +01:00
Holger Könemann bb6e9614d8 Some cleanup 2016-03-03 20:20:46 +01:00
Holger Könemann 962eb1850f Using hardcoded classes for not found loop template 2016-03-03 20:04:32 +01:00
koenemann 7431d7cb6a Adding manual picked changes from @Thomas-A-Reinert 2016-03-03 11:39:40 +01:00
Thomas A. Reinert 6e2cd28b36 Update content-page.php
Adding class="customclass" after post_class() inserts a _second_ class-attribute, which will neither work as expected nor validate.
Solution added.
2016-03-02 23:52:17 +01:00
Thomas A. Reinert bb229380ab Update content-none.php
Adding class="customclass" after post_class() inserts a _second_ class-attribute, which will neither work as expected nor validate.
For multiple classes, an array with the classes needs to be constructed.
Solution added.
2016-03-02 23:50:57 +01:00
Thomas A. Reinert 5189f06c6d Update content-search.php
Adding class="customclass" after post_class() inserts a _second_ class-attribute, which will neither work as expected nor validate.
Solution added.
2016-03-02 23:49:13 +01:00
Thomas A. Reinert ea1ae12cc4 Update content-single.php
Adding class="customclass" after post_class() inserts a _second_ class-attribute, which will neither work as expected nor validate.
Solution added.
2016-03-02 23:46:24 +01:00
koenemann 0833d2ed3e Moving Loops to subdirectory 2016-01-22 13:59:47 +01:00