clickpdx / wireframe
Wireframe Theme for WordPress
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-theme
Requires
- php: ^7
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-13 04:57:28 UTC
README
An extendable base theme for WordPress >= 5.2
This ReadMe is written using Markdown
- For more info see this GitHub article.
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.