=== Show Hide Author === Contributors: Marios Alexandrou Donate link: https://infolific.com/technology/software-worth-using/show-hide-author-in-wordpress/ Tags: show author, hide author, hidden author, remove author, author name Requires at least: 4.0 Tested up to: 4.9.1 License: GPLv2 or later Choose whether to show or hide the author's name. == Description == *** SUPPORT FOR THIS PLUGIN HAS BEEN DISCONTINUED ALTHOUGH IT CONTINUES TO WORK FOR MANY USERS *** *** Consider using the Real-Time Find and Replace plugin (https://wordpress.org/plugins/real-time-find-and-replace/) which can achieve the same end result albeit in a different manner *** With this plugin you can choose whether to show or hide the author's name from specific pages and post categories. = Choose to show or hide the author name = * In Different Post Types * In Individual Pages * In Custom URLs = Themes Tested = * Twenty Ten by Wordpress * Twenty Eleven by Wordpress * Twenty Twelve by Wordpress * Theme Revenge on themerevenge.com * Magnificent by ElegantThemes * Portfolio Press by Devin Price * Clearphoto by Solostream = In Future Versions = Choose to show or hide the author name * In Individual Categories * By Author Role and Name Expanding the plugin's functionality, will depend on user's correspondence and the free time I have. So if you need more from this plugin, don't hesitate to ask for it. == Installation == = Method 1: Online = Go to your WP plugin installation page and search for "Show Hide Author". Then choose the plugin and install it. = Method 2: Download the File = Download the plugin to your computer, then go to your WP plugin installation page and choose to upload the plugin. Choose the file and install it. = After Installation = The plugin settings will be available under the "Plugins" main menu. Click on "Plugins" main menu and then click on "Show Hide Author". (Check the screenshots) == Frequently Asked Questions == = How to remove the "by" word? = If you are unfamiliar with using firebug (or similar debug tools), then send me an email ( m.spyratos@hotmail.com ). Otherwise, follow these simple steps. **STEPS** 1. Locate the `by` word you want to remove, by using firebug. 2. Find the `class` of the parent container that contains the `by` word and its tag. 3. Go to the plugin settings, near the bottom of the page and fill-in: Advanced: Hide the "by" word The parent classes: `class` The regular expressions: `by` **EXAMPLE** Let's say that when you locate the `by` word with firebug, you find this html code: `
by
` Then you should enter: The parent classes: `meta-text` The regular expressions: `by` *BE CAREFULL* This will replace all `by` words inside the `meta-text` class (if more than one exists) and it won't remove the `` tags surrounding `by`. So even better use something like this: The parent classes: `meta-text` The regular expressions: `by ` *OR* by using regular expressions. The parent classes: `meta-text` The regular expressions: `