Skip to content

b4st 1.9 released

Compare
Choose a tag to compare
@SimonPadbury SimonPadbury released this 21 Dec 17:48
· 152 commits to master since this release
451a697

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 and author.php all use the same index-loop.php. The actual post loop content has been extracted to a partial, index-post.php.
  • Single-post

    • The single.php template uses the partial single-post.php
  • Page-content

    • The partial page-content.php is analogous to single-post.php but for the page template.
  • Search-results

    • The partial search-sesults.php loops through the search results and displays them on the search template.