Code Monkey home page Code Monkey logo

columns's Introduction

=== Columns ===
Contributors: kovshenin
Donate Link: http://kovshenin.com/beer/
Tags: columns, shortcode
Requires at least: 3.5
Tested up to: 3.8
Stable tag: 0.7.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This WordPress plugin boosts your website with... you guessed it, columns!

== Description ==

Create a column group with the `[column-group]` shortcode, then add columns to the group with the `[column]` shortcode, like this:

    [column-group]
        [column]This is my first column[/column]
        [column]This is my second column[/column]
    [/column-group]

You can also span columns, like this:


    [column-group]
        [column span="2"]This is my first column spanned across two columns.[/column]
        [column]This is my second column[/column]
        [column]This is my third column[/column]
    [/column-group]


The firt column will be twice as large as the second or third.

Styles are in columns.css. If you'd like your own margins and stuff, dequeue the columns.css style during `wp_enqueue_scripts` with a priority of 11 or more.

== Installation ==

1. Download archive and unzip in wp-content/plugins or install via Plugins - Add New.
1. Start using the `[column-group]` and `[column]` shortcodes.

== Screenshots ==

1. Columns demo
2. This is how things look in the editor

== Changelog ==

= 0.7.2 =
* Fix wpautop issues when another shortcode appears in a column
* Testing in 3.7.1 and 3.8

= 0.7.1 =
* Clear floats after column group
* Allow other shortcodes inside column contents

= 0.7 =
* First version

columns's People

Contributors

kovshenin avatar

Watchers

James Cloos avatar Andrzej Wojciechowski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.