clickpdx/wireframe

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

Wireframe Theme for WordPress

Installs: 28

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:wordpress-theme

pkg:composer/clickpdx/wireframe

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

This package is auto-updated.

Last update: 2025-09-13 06:59:28 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.