Περιγραφή
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 first 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.
Στιγμιότυπα
Εγκατάσταση
- Download archive and unzip in wp-content/plugins or install via Plugins – Add New.
- Start using the
[column-group]
and[column]
shortcodes.
Συχνές Ερωτήσεις
- Installation Instructions
-
- Download archive and unzip in wp-content/plugins or install via Plugins – Add New.
- Start using the
[column-group]
and[column]
shortcodes.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Στήλες” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Στήλες” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
0.7.3
- Testing in 4.3 and 4.4
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