Changeset 496371
- Timestamp:
- 01/28/2012 03:00:46 AM (14 years ago)
- Location:
- simple-series/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
simpleseries.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-series/trunk/readme.txt
r496224 r496371 5 5 Requires at least: 3.3 6 6 Tested up to: 3.3.1 7 Stable tag: 1.4 7 Stable tag: 1.4.1 8 8 9 9 An easy to use shortcode for automatically creating and organizing a series list for multiple posts on the same topic with appropriate SEO attributes. … … 41 41 = Hey! This formatting sucks! Can I add my own CSS? = 42 42 43 Sure! There are three components to the series list: the DIV wrapper, the title of the series , and the list items. Just edit the followingto suit and add them to your stylesheet.44 <br> div#mbk_simple_series_wrapper { }45 <br> div#mbk_simple_series_wrapper span#mbk_simple_series_title { }46 <br> div#mbk_simple_series_wrapper span#mbk_simple_series_title ol li.mbk_simple_series_list_item { }43 Sure! There are three components to the series list: the DIV wrapper, the title of the series inside SPAN tags, and the list items. This is the exact formatting I use in my blog. If you need something different, just fiddle with the CSS to suit and add them to your stylesheet. 44 <br> `div#mbk_simple_series_wrapper { display:block; }` 45 <br> `span#mbk_simple_series_title { font-weight:bold; }` 46 <br> `div#mbk_simple_series_wrapper ol li.mbk_simple_series_list_item { font-size:smaller; line-height: 0.8em;}` 47 47 48 48 = Wait! I have more questions! = … … 56 56 57 57 == Changelog == 58 59 = 1.4.1 = 60 * 1/27/2012: Better information about CSS formatting, with examples 58 61 59 62 = 1.4 = -
simple-series/trunk/simpleseries.php
r496219 r496371 4 4 Plugin URI: http://www.MakerBlock.com 5 5 Description: Super simple post series organization 6 Version: 1.4 6 Version: 1.4.1 7 7 Date: 01-27-2012 8 8 Author: MakerBlock
Note: See TracChangeset
for help on using the changeset viewer.