Changeset 2135582
- Timestamp:
- 08/07/2019 12:06:41 PM (6 years ago)
- Location:
- top-10-posts/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
top-10-posts/trunk/readme.txt
r2135120 r2135582 1 1 === Top 10 Posts === 2 2 Contributors: rezehnde 3 Donate link: http ://tinyurl.com/yloxjjm3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5RJD5395AA47U&source=url 4 4 Tags: top 10 list, posts, top 10, top posts 5 Requires at least: 2.6 6 Tested up to: 2.8 7 Stable tag: 1.1 8 Version: 1.1 5 Requires at least: 4.0 6 Tested up to: 5.0.2 7 Stable tag: 1.0 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 10 10 11 Show a top 10 list of posts from your blog easily. … … 20 21 3. Read the help via `Configurations -> Top 10 Posts` 21 22 23 == How to use == 24 Put this custom tag inside posts, pages or widgets in order to show a top 10 list from your posts: 25 26 `[top10posts]` to show a top 10 list of posts of current year and current month 27 `[top10posts year=2009]` to show a top 10 list of posts of year 2009 and current month 28 `[top10posts year=2009 month=NULL]` to show a top 10 list of posts of year 2009 and all months 29 `[top10posts year=NULL month=NULL]` to show a top 10 list of posts from all the time 30 22 31 == Changelog == 23 32 -
top-10-posts/trunk/top-10-posts.php
r2135120 r2135582 65 65 add_options_page('Top 10 Posts', 'Top 10 Posts', 8, __FILE__, 'top10posts_page'); 66 66 } 67 add_action('admin_menu', 'top10posts_configure_pages');67 // add_action('admin_menu', 'top10posts_configure_pages'); 68 68 69 69 ?>
Note: See TracChangeset
for help on using the changeset viewer.