Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redwerks/css-columns
Allows WordPress posts and pages to have individual custom backgrounds. Both as body backgrounds and as content backgrounds.
https://github.com/redwerks/css-columns
Last synced: 14 days ago
JSON representation
Allows WordPress posts and pages to have individual custom backgrounds. Both as body backgrounds and as content backgrounds.
- Host: GitHub
- URL: https://github.com/redwerks/css-columns
- Owner: redwerks
- Created: 2012-05-04T03:49:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-19T02:07:11.000Z (over 12 years ago)
- Last Synced: 2024-04-17T03:59:09.278Z (10 months ago)
- Language: PHP
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== CSS Columns ===
Tags: post, css, css3, column, columns, shortcode
Requires at least: 3.2
Tested up to: 3.2
Version: 0.9.3
Stable Tag: 0.9.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlProvides a [columns] shortcode that gives a section of post content multiple columns using css3's column properties.
== Description ==
This plugin provides a [columns] shortcode that gives a section of post content multiple columns using css3's column properties.
The [columns] shortcode requires a closing [/columns] shortcode and accepts the arguments count="#" to specify the number of columns and gap="1em" to specify the gap size between columns.
Some examples:
A simple 2 column block of columns.
`[columns count="2"]...[/columns]`A 3 column block of columns with a 2em gap in between columns.
`[columns count="3" gap="2em"]...[/columns]`== Installation ==
1. Download the css-columns.zip
2. Navigate to the plugins page in your administrator panel.
3. Click the Plugin Browser/Install link.
4. Under "Install a plugin in .zip format" choose the css-columns.zip file
5. Click Install Now.
6. After it has installed, activate the plugin.