Changeset 140073
- Timestamp:
- 07/28/2009 09:17:53 AM (17 years ago)
- Location:
- charted-archives/trunk
- Files:
-
- 2 edited
-
ChartedArchives.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
charted-archives/trunk/ChartedArchives.php
r139773 r140073 10 10 11 11 //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'; 13 13 14 14 //The function to build the archives -
charted-archives/trunk/readme.txt
r139773 r140073 15 15 16 16 1. Upload the plugin to your blog an Activate it 17 2. Go to Themes > Widgets and add the 17 2. Go to Themes > Widgets and add the widget 18 19 You can also insert it in a page using the tag 20 <?php Charted_Archives($number_of_months_to_show) ?> 18 21 19 22 == Screenshots == … … 26 29 27 30 * 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.