Skip to content

Latest commit

 

History

History
executable file
·
33 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
33 lines (24 loc) · 1.08 KB

Wireframe Theme for WordPress

An extendable base theme for WordPress >= 5.2

This ReadMe is written using Markdown

Authors

Template parts

  • Global Header
  • Banner Image
  • Menu Section
  • Posts
  • Sidebars?
  • Footer

Widgets

Plugins

  • WordPress Import

Features

Automatic Widget Installation

Changes to sidebar.id should not affect CSS used to style widgets.
--> What side-effects *can it have then?
WP_Widget::update( array $new_instance, array $old_instance )

See this thread for some rudimentary examples of how to include programmatically create Widgets and persist Widget instances to actual Sidebars.