Plugin Directory

Changeset 140073


Ignore:
Timestamp:
07/28/2009 09:17:53 AM (17 years ago)
Author:
mstegink
Message:

Fixed an error and added to readme

Location:
charted-archives/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • charted-archives/trunk/ChartedArchives.php

    r139773 r140073  
    1010
    1111//Global Vars
    12 $Charted_Archives_CSS = get_bloginfo('wpurl').'/wp-content/plugins/ChartedArchives/chartedarchives.css';
     12$Charted_Archives_CSS = get_bloginfo('wpurl').'/wp-content/plugins/charted-archives/chartedarchives.css';
    1313
    1414//The function to build the archives
  • charted-archives/trunk/readme.txt

    r139773 r140073  
    1515
    16161. Upload the plugin to your blog an Activate it
    17 2. Go to Themes > Widgets and add the
     172. Go to Themes > Widgets and add the widget
     18
     19You can also insert it in a page using the tag
     20<?php Charted_Archives($number_of_months_to_show) ?>
    1821
    1922== Screenshots ==
     
    2629
    2730* First version
     31
     32= 1.1 =
     33
     34* Fixed CSS file link error
     35* Updated readme to reflect php tag
Note: See TracChangeset for help on using the changeset viewer.