Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pontusab/blocks
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.
https://github.com/pontusab/blocks
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/pontusab/blocks
- Owner: pontusab
- Created: 2013-07-21T16:15:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T16:04:55.000Z (about 10 years ago)
- Last Synced: 2023-04-05T09:58:27.435Z (almost 2 years ago)
- Language: PHP
- Size: 314 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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](https://github.com/pontusab/Blocks/archive/master.zip).
* Clone the repo: `git clone git://github.com/pontusab/Blocks.git`.
* Install with in `/wp-content/plugins/`.
* Add `` to your template `(page.php, single.php my-template.php)` header.
* Add `` where you want the blocks.## Screenshots
#### Blocks on pages
![Alt text](/screenshot_1.png "Blocks on pages")#### Blocks settings
![Alt text](/screenshot_2.png "Blocks settings")#### A single block
![Alt text](/screenshot_3.png "A single block")## Authors
**Pontus Abrahamsson**
+ [http://twitter.com/pontusab](http://twitter.com/pontusab)
+ [http://github.com/pontusab](http://github.com/pontusab)**Jonas Skoogh**
+ [http://twitter.com/hAmpzter](http://twitter.com/hAmpzter)
+ [http://github.com/hAmpzter](http://github.com/hAmpzter)## 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](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.