WordPress: Stĺpcové usporiadanie článku – plugin WP Post Columns

filmAk potrebujeme v článku použiť stĺpcové usporiadanie, pomôže nám plugin WP Post Columns.

Plugin na stahnutie:

http://wordpress.org/extend/plugins/wp-post-columns/

UPOZORNENIE:

V tomto plugine (WP Post Columns) je chyba:
Riadok:

return ‘<div style=”width:’.$width.’; float: left; padding-right: ‘.$padding.’; display: inline;”><p>’ . do_shortcode($content) . ‘</div>’;

treba nahradiť kódom:

return ‘<div style=”width:’.$width.’; float: left; padding-right: ‘.$padding.’; display: inline;”><p>’ . do_shortcode($content) . ‘</p></div>’;

 

Column 1 content goes here.
Column 1 content goes here.
Column 1 content goes here.

Column 1 content goes here.

Column 2.
Column 2 content goes here.

Column 3.
Column 3.
Column 3.
Column 3.
Column 3.
Column 3.
Column 3.
Column 3.
Column 3.

 



PREČÍTAJTE SI:
  • Žiadne súvisiace články.