Skip to content

logoscreative/bs-wp-shortcodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Shortcodes

You're going to need to have Bootstrap enqueued already—this plugin doesn't do that. If you need a starter theme with Bootstrap, check out Archetype.

The following shows the available arguments/options along with the default setting. These are shown logically 'in type', so items wrapped in quotation marks (or defaulting as null) are strings, and booleans or integers have none.

General documentation can be found in the Bootstrap Docs. If you'd like more details on the shortcodes here, I'd gladly accept a pull request for it. :)

Row

[row class=null rowid=null][/row] [inner-row class=null rowid=null][/row] [inner-inner-row class=null rowid=null][/row]

Col

[col width=12 offset=0 class=null spanid=null][/col] [inner-col width=12 offset=0 class=null spanid=null][/col] [inner-inner-col width=12 offset=0 class=null spanid=null][/col]

Container

[container class=null fluid=false][/container]

Collapse

[collapse title=null element="h2" open=false plusicon=true][/collapse]

Tabs

[tabs class=null][/tabs]

Tab

[tab title="default" active=false class=null icon=null element=null]

Tab Content Group

[tab-content-group][/tab-content-group]

Tab Content

[tabcontent title=null class=null active=false fade=false][/tabcontent]

Buttons

[button text=null link=null style=null size=null icon=null iconwhite=false class=null newwindow=false]

Button Group

[btngroup class=null][/btngroup]

Jumbotron

[jumbotron][/jumbotron]

Lead

[lead][/lead]

Well

[well size=null class=null][/well]

Icon

[icon type=null class=null]

Thumbnail

[thumbnail size=4 src=null title=null content=null class=null][/thumbnail]

About

Provides shortcodes for common Bootstrap 3.0 components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages