b4st 1.9 released
The loop partial PHP files in the loops/
folder have been refactored and given more understandable names. So now:
-
Index-loop and index-post
- In this starter theme, the blog
index.php
,category.php
andauthor.php
all use the sameindex-loop.php
. The actual post loop content has been extracted to a partial,index-post.php
.
- In this starter theme, the blog
-
Single-post
- The
single.php
template uses the partialsingle-post.php
- The
-
Page-content
- The partial
page-content.php
is analogous tosingle-post.php
but for the page template.
- The partial
-
Search-results
- The partial
search-sesults.php
loops through the search results and displays them on the search template.
- The partial