Changeset 428828
- Timestamp:
- 08/25/2011 11:23:21 PM (15 years ago)
- Location:
- no-sub-category-posts-in-loop
- Files:
-
- 4 edited
- 1 copied
-
tags/0.4/trunk (copied) (copied from no-sub-category-posts-in-loop/trunk)
-
tags/0.4/trunk/ft-no-subcats-in-loop.php (modified) (3 diffs)
-
tags/0.4/trunk/readme.txt (modified) (2 diffs)
-
trunk/ft-no-subcats-in-loop.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
no-sub-category-posts-in-loop/tags/0.4/trunk/ft-no-subcats-in-loop.php
r359355 r428828 4 4 * 5 5 * @package No_Sub_Category_Posts_In_Loop 6 * @version 0. 46 * @version 0.5 7 7 /* 8 8 Plugin Name: No Sub-Category Posts in Loop … … 19 19 20 20 /* Release History 21 0.5 - Fixed bug that broke plugin in 3.1. Props @ollybenson (http://gln.to/oshcw) 21 22 0.4 - Fixed bug introduced with WordPress 3.1. Added inline docs. Removed filter after main query is built. 22 23 0.3 - Modified directory structure so that plugin may be added and activated from wp-admin … … 76 77 foreach ( $excludes as $key => $value ) { 77 78 78 $exs[] = $value-> cat_ID;79 $exs[] = $value->term_taxonomy_id; 79 80 80 81 } -
no-sub-category-posts-in-loop/tags/0.4/trunk/readme.txt
r359355 r428828 3 3 Donate link: http://fullthrottledevelopment.com 4 4 Tags: loop, categories, cats, posts 5 Requires at least: 2.75 Requires at least: 3.1 6 6 Tested up to: 3.1 7 Stable tag: 0. 47 Stable tag: 0.5 8 8 9 9 Once activated, only posts from the current category are displayed in your loop (no posts from sub cats). … … 27 27 == Changelog == 28 28 29 * 0.5 - Fixed bug that broke plugin in 3.1. Props @ollybenson (http://gln.to/oshcw) 29 30 * 0.4 - Fixed bug introduced with WordPress 3.1. Added inline docs. Removed filter after main query is built. 30 31 * 0.3 - Modified directory structure so that plugin may be added and activated from wp-admin -
no-sub-category-posts-in-loop/trunk/ft-no-subcats-in-loop.php
r359355 r428828 4 4 * 5 5 * @package No_Sub_Category_Posts_In_Loop 6 * @version 0. 46 * @version 0.5 7 7 /* 8 8 Plugin Name: No Sub-Category Posts in Loop … … 19 19 20 20 /* Release History 21 0.5 - Fixed bug that broke plugin in 3.1. Props @ollybenson (http://gln.to/oshcw) 21 22 0.4 - Fixed bug introduced with WordPress 3.1. Added inline docs. Removed filter after main query is built. 22 23 0.3 - Modified directory structure so that plugin may be added and activated from wp-admin … … 76 77 foreach ( $excludes as $key => $value ) { 77 78 78 $exs[] = $value-> cat_ID;79 $exs[] = $value->term_taxonomy_id; 79 80 80 81 } -
no-sub-category-posts-in-loop/trunk/readme.txt
r359355 r428828 3 3 Donate link: http://fullthrottledevelopment.com 4 4 Tags: loop, categories, cats, posts 5 Requires at least: 2.75 Requires at least: 3.1 6 6 Tested up to: 3.1 7 Stable tag: 0. 47 Stable tag: 0.5 8 8 9 9 Once activated, only posts from the current category are displayed in your loop (no posts from sub cats). … … 27 27 == Changelog == 28 28 29 * 0.5 - Fixed bug that broke plugin in 3.1. Props @ollybenson (http://gln.to/oshcw) 29 30 * 0.4 - Fixed bug introduced with WordPress 3.1. Added inline docs. Removed filter after main query is built. 30 31 * 0.3 - Modified directory structure so that plugin may be added and activated from wp-admin
Note: See TracChangeset
for help on using the changeset viewer.