ocdladefense/wp-theme-wireframe

There is no license information available for the latest version (dev-master) of this package.

Wireframe Theme for WordPress

dev-master 2022-03-23 05:37 UTC

This package is auto-updated.

Last update: 2024-04-13 03:34:33 UTC


README

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.