Changeset 1743524
- Timestamp:
- 10/09/2017 06:03:08 PM (8 years ago)
- Location:
- pe-category-filter
- Files:
-
- 10 added
- 4 edited
-
tags/1.3 (added)
-
tags/1.3/LICENSE (added)
-
tags/1.3/README.md (added)
-
tags/1.3/pecf_catfilter.php (added)
-
tags/1.3/pecf_menu_form.php (added)
-
tags/1.3/readme.txt (added)
-
tags/1.3/screenshot-1.png (added)
-
tags/1.3/screenshot-2.png (added)
-
trunk/LICENSE (added)
-
trunk/README.md (added)
-
trunk/pecf_catfilter.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/screenshot-1.png (modified) (previous)
-
trunk/screenshot-2.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
pe-category-filter/trunk/pecf_catfilter.php
r1665883 r1743524 3 3 * @package PECF (PavelEspinal Category Filter) 4 4 * @author Pavel Espinal 5 * @version 1. 25 * @version 1.3 6 6 */ 7 7 /* 8 8 Plugin Name: PE Category Filter 9 Plugin URI: http ://pavelespinal.com/resume/downloads/9 Plugin URI: https://github.com/jespinal/PE-Category-Filter 10 10 Description: This plugin filters the Categories that will show up in the front page of your website.<br/> This plugin attempts to be a well written (using WP native methods) way to filter categories on Wordpress. 11 Version: 1. 211 Version: 1.3 12 12 Author: J. Pavel Espinal 13 13 Author URI: http://pavelespinal.com/ … … 37 37 * PE Categories Excluder 38 38 * 39 * This method receives the $wp_query object as a paramand applies the filter39 * This method receives the $wp_query object as an argument and applies the filter 40 40 * depending on the section of the blog that we are. 41 41 * … … 69 69 */ 70 70 function pecf_cb_menu_options() { 71 if ( !current_user_can('manage_options')) {71 if ( ! current_user_can('manage_options')) { 72 72 wp_die( __('You do not have sufficient permissions to access this page.') ); 73 73 } -
pe-category-filter/trunk/readme.txt
r1665883 r1743524 1 1 === PE Category Filter === 2 2 Contributors: khratos 3 Tags: category, filter, category filter, exclude post, home page, exclude from home 3 Tags: category, filter, category filter, exclude post, home page, exclude from home, pecf 4 4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U8W8GKD6KM2G8 5 5 Requires at least: 3.0 6 Tested up to: 4. 7.57 Stable tag: 1. 26 Tested up to: 4.8.2 7 Stable tag: 1.3 8 8 9 9 This plugin allows you to exclude posts that belong to certain categories from your home page. … … 14 14 from the inner sections of your site. 15 15 16 This is an ad-hoc solution that aims to do **one** thing, and do it **right** with near the smallest footprint possible. So please note the following:16 This is an ad-hoc solution that aims to do **one** thing, and do it **right**, with near the smallest footprint possible. So please note the following: 17 17 18 18 * The functionality of this plugin can not be limited to a given widget on the home page. Example: … … 28 28 * http://asteriskfaqs.org - Important VoIP community project. 29 29 * http://centosfaq.org 30 * http://slackware-es.com - S lackware Linux documentation project(Spanish)30 * http://slackware-es.com - Spanish version of the Slackware Linux project's website (Spanish) 31 31 32 32 … … 62 62 * Global code assessment to ensure compatibility with latest WP versions. 63 63 * Corrections to "readme" file/documentation. 64 65 = 1.3 = 66 * Global code assessment to ensure compatibility with latest WP versions. 67 * Adding the GitHub README.md file (this plugin is now also hosted on github). 68 * Corrections to "readme" file/documentation.
Note: See TracChangeset
for help on using the changeset viewer.