Changeset 655919
- Timestamp:
- 01/20/2013 09:16:40 PM (13 years ago)
- Location:
- show-hide-author/tags/1.2
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
show_hide_author.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
show-hide-author/tags/1.2/readme.txt
r655916 r655919 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.5 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 With this plugin you can choose to show or hide the author name in posts. 16 You also can choose where to show the name. 15 With this plugin you can choose to show or hide the author name. 17 16 18 = Choose to show or hide author name=17 =Choose to show or hide author name= 19 18 20 19 * In Different Post Types … … 22 21 * In Custom URLs 23 22 24 = Themes Tested=23 =Themes Tested= 25 24 26 25 * Twenty Ten … … 28 27 * Twenty Twelve 29 28 30 = Note = 29 =Note= 30 Send me a request to enable the funcionality to your specific theme, if problems raise. 31 This way you will help me make the plugin compatible in more themes. 31 32 32 If plugin doesn't work as supposed to on your theme, please send me an email with the name of your theme and I will update the plugin. 33 34 = In Future Versions = 35 If the plugin proves to be useful and I find the time needed, I will extend its funcionality to choose whether to show or hide author name: 33 =In Future Versions= 34 If the plugin proves to be useful and I find the time needed, I will extend it's funcionality to choose to show or hide author name: 36 35 37 36 * In Individual Categories 38 37 * By Author Role and Name 39 38 40 and alsomake it compatible in more themes.39 and make it compatible in more themes. 41 40 42 41 == Installation == 43 42 44 = Method 1 = 43 =Method 1= 44 By the WP plugin installation page, using the "show_hide_author.zip" file. 45 45 46 Through default WP plugin installation page, using the "show_hide_author.zip" file. 47 48 = Method 2 = 49 46 =Method 2= 50 47 By uploading the unzipped "show_hide_author" folder to the plugin directory. 51 48 52 = After Installation=49 =After Installation= 53 50 54 51 The plugin settings will be available under the "Plugins" main menu. … … 69 66 == Changelog == 70 67 71 = Version 1.0 = 68 = 1.0 = 69 * First Version 72 70 73 First Release 71 == Upgrade Notice == 74 72 75 = Version 1.1 = 76 77 Fixed a misspelling in the code. 73 = No upgrades yet = 78 74 79 75 == Contact Me == -
show-hide-author/tags/1.2/show_hide_author.php
r655916 r655919 3 3 Plugin Name: Show Hide Author 4 4 Description: Choose whether to show or hide the author name. 5 Version: 1. 15 Version: 1.2 6 6 Author: Michael Spyratos 7 7 Author URI: http://mspyratos.com/ … … 356 356 var regex = / by <span(.*?)\/span>|<p class="post-details">by/; 357 357 break; 358 case 'theme-revenge' : 359 var classes = ['post-entry-meta']; 360 var regex = /By <a(.*?)\/a> on/; 361 break; 358 362 default: 359 363 var classes = ['entry-meta'];
Note: See TracChangeset
for help on using the changeset viewer.