Skip to content

Releases: justcoded/wordpress-theme-boilerplate

Readme update, Widget example fix

12 Jan 11:56
e21a913
Compare
Choose a tag to compare
  • Update intro Readme
  • Fixed Widget view include (renamed render() to include())

Improve example content, compatibility with framework 2.1.1

10 Jan 18:48
4e25cbc
Compare
Choose a tag to compare
  • Replaced View component usage with upgraded version based on Theme Wrapper idea. Now you need only specify "$this->extends('layouts/main')" at the top of the file. Renamed View::render() to View::include()
  • Removed CPT Hero, Example; Taxonomy Example from default package
  • Added better example of CPT/CT: Employees with Departments grouping
  • Added Hero Slider widget instead of Hero CPT
  • Replaced usage examples of getting post/term meta (custom fields) with new objects Postmeta, Termmeta
  • Updated init of Theme and theme features through Singleton

All these changes won't work without theme framework v2.1

First release candidate

21 Nov 16:16
Compare
Choose a tag to compare
1.0

Updated tested up to 4.9