विवरण
You need to display your articles in magazine or newspaper style. Use this plugin. You don’t have
to change your theme files or add styles – just use “table” splitter.
Features
- fully automatic splitter;
- create columns in table or div’s;
- tag-aware;
- splits long paragraphs and unordered lists;
- keeps text with headers;
Requirements
The plugin requires DOM API (http://www.php.net/manual/en/book.dom.php) and Tidy (http://www.php.net/manual/en/book.tidy.php)
Usage
Wrap block of text with [auto_columns]...[/auto_columns]
shortcode. It will produce markup like
<div class="auto-columns-container columns-2">
<div class="auto-columns-column column-1 first-column">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>
<div class="auto-columns-column column-2 last-column">Nam tincidunt gravida dui, at bibendum nisl lacinia nec.</div>
<div class="auto-columns-clear"></div>
</div>
In your theme use do_shortcode
function:
<?php echo do_shortcode('[auto_columns]' . $content . '[/auto_columns]'); ?>
You will have to define width for .auto-columns-column
class in your theme, of course.
स्क्रिनसटहरू
स्थापना
- Login to admin panel of your WP blog and go to
Plugins
Add New
- Enter
wp-auto-columns
and click on Search button - Click on link Install bellow plugin name
WP Auto Columns
- Activate plugin by clicking on link
Activate
प्रश्नोत्तर
No questions yet
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“WP Auto Columns” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“WP Auto Columns” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0.6
- Added parameter
style="table|div"
to define desired split style.
1.0.5
- Added processing of “height” attribute for IMG tags
- Fixed behaviour of
tags - Settings page for height measurement fine tuning
1.0.4
- Added editor toolbar button
1.0.3
- Small fix in activation handler
1.0.2
- IMG tags are filtered
- Added check for installed DOM API on activation
- Added Russian translation
1.0.1
- Fixed
<ol>
behavior
1.0.0
- First public release