Plugin Directory

Changeset 496371


Ignore:
Timestamp:
01/28/2012 03:00:46 AM (14 years ago)
Author:
MakerBlock
Message:
 
Location:
simple-series/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-series/trunk/readme.txt

    r496224 r496371  
    55Requires at least: 3.3
    66Tested up to: 3.3.1
    7 Stable tag: 1.4
     7Stable tag: 1.4.1
    88
    99An easy to use shortcode for automatically creating and organizing a series list for multiple posts on the same topic with appropriate SEO attributes.
     
    4141= Hey!  This formatting sucks!  Can I add my own CSS? =
    4242
    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 following to 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 {  }
     43Sure!  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;}`
    4747
    4848= Wait!  I have more questions! =
     
    5656
    5757== Changelog ==
     58
     59= 1.4.1 =
     60* 1/27/2012: Better information about CSS formatting, with examples
    5861
    5962= 1.4 =
  • simple-series/trunk/simpleseries.php

    r496219 r496371  
    44Plugin URI: http://www.MakerBlock.com
    55Description: Super simple post series organization
    6 Version: 1.4
     6Version: 1.4.1
    77Date: 01-27-2012
    88Author: MakerBlock
Note: See TracChangeset for help on using the changeset viewer.