Changeset 475101
- Timestamp:
- 12/14/2011 01:12:18 AM (14 years ago)
- Location:
- featured-posts-scroll/branches/varsize
- Files:
-
- 1 deleted
- 2 edited
-
css/featured-posts-scroll.css.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
screenshot-2.png (deleted)
Legend:
- Unmodified
- Added
- Removed
-
featured-posts-scroll/branches/varsize/css/featured-posts-scroll.css.php
r473938 r475101 2 2 header('content-type: text/css'); 3 3 define('WP_USE_THEMES', false); 4 require_once((dirname(dirname( dirname( dirname ( __FILE__) ) ))).'/wp-config.php');4 require_once((dirname(dirname( dirname( dirname ( dirname ( __FILE__ ) ) ) ))).'/wp-config.php'); 5 5 ?> 6 6 -
featured-posts-scroll/branches/varsize/readme.txt
r473938 r475101 80 80 81 81 For any configuration, the image should be split into four evenly sized quadrants. The top row is left/right arrows as they normally appear and the bottom row are the arrows as they appear when hovered over. The left column should be arrows pointing left, and the right column should be arrows pointing right. 82 83 = I have the "Display Excerpts" option selected, but I'm not seeing anything = 84 The plugin will currently only display manually entered excerpts. Automatically generated excerpts will not be displayed. 82 85 83 86 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.