Skip to content

An advanced yet simple block system for WordPress, allowing you to create spaces for different pages and posts where you can add content and images easily on one or more pages. It finds the areas that are actually used in the current template and shows an easy to use admin interface.

Notifications You must be signed in to change notification settings

pontusab/Blocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Dynamic Blocks - This is the old package, now using Composer

An advanced yet simple block system for WordPress, allowing you to create spaces for different pages and posts where you can add content and images easily on one or more pages. It finds the areas that are actually used in the current template and shows an easy to use admin interface.

Installation

Follow these steps:

  • Download the latest release.
  • Clone the repo: git clone git://github.com/pontusab/Blocks.git.
  • Install with in /wp-content/plugins/.
  • Add <?php //Block Areas: left ?> to your template (page.php, single.php my-template.php) header.
  • Add <?php get_blocks('left'); ?> where you want the blocks.

Screenshots

Blocks on pages

Alt text

Blocks settings

Alt text

A single block

Alt text

Authors

Pontus Abrahamsson

Jonas Skoogh

Copyright and license

Copyright 2013 Pontus Abrahamsson.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

An advanced yet simple block system for WordPress, allowing you to create spaces for different pages and posts where you can add content and images easily on one or more pages. It finds the areas that are actually used in the current template and shows an easy to use admin interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages