ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Simple Columnizer

وضاحت

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.

تصوير

  • Drag & Drop Columnizer widget.
  • Add column informations.
  • Example : Preview on the page.

انسٽاليشن

  1. Upload simple-columnizer to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

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.

جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

تعاون ڪندڙ & ڊولپرز

“Simple Columnizer” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Simple Columnizer” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.