विवरण
Simple columnizer create “Widget Area” with name “Columnizer Widget Area” in admin section with Drag & Drop “Columnizer” widget. You can generate number of columns. Place short code where you want. Short code available to you after save the widget.
स्क्रीनशॉट्स
इंस्टॉलेशन
- Upload
simple-columnizer
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
सामान्य प्रश्न
- How add new style?
-
$style2 = array(
‘style 2’ => array(
‘container_wrapper_start’ => ‘‘,
‘container_wrapper_end’ => ‘‘,
‘icon_wrapper_start’ => ”,
‘icon_wrapper_end’ => ”,
‘title_wrapper_start’ => ‘‘,
‘title_wrapper_end’ => ‘‘,
‘content_wrapper_start’ => ‘‘,
‘content_wrapper_end’ => ‘‘
)
);apply_filters('responsive_style_filter', $style2);
add in functions.php or in plugin file.
- How add new classes?
-
$column_classes = array(
“Custom Classes” => array(
‘col-lg-1’,
‘col-lg-2’
)
);
apply_filters(‘columnizer_column_classes_filter’, $column_classes);add in functions.php or in plugin file.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “Simple Columnizer” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.