Changeset 782086
- Timestamp:
- 10/03/2013 07:19:54 PM (13 years ago)
- File:
-
- 1 edited
-
posts-order-widget/trunk/post-order-widget.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
posts-order-widget/trunk/post-order-widget.php
r772957 r782086 6 6 Description: This widget will let visitors order posts by context rather than date with a dropdown menu. 7 7 Author: LordPretender 8 Version: 1. 08 Version: 1.1 9 9 Author URI: http://www.duy-pham.fr 10 10 Domain Path: /languages … … 99 99 global $id_bytitle, $id_bydatea, $id_bymodified; 100 100 101 if(is_page() || is_single() || is_attachment())return; 102 101 103 $title = apply_filters( 'widget_title', $instance['title'] ); 102 104
Note: See TracChangeset
for help on using the changeset viewer.