How to disable display of author Home › Forums › Iconic One Pro Support › How to disable display of author This topic has 4 replies, 2 voices, and was last updated 11 years, 3 months ago by zeallous. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts September 3, 2013 at 8:37 am #519 zeallousMember How do I disable the display of the author? I don’t want the author to be shown on the posts. September 3, 2013 at 8:56 am #520 Themonic-SupportKeymaster Hi, To disable Author, Date and Comments meta bar from single posts remove the following code from content.php Remove the code starting from line 24 to line 40 <?php if ( is_single() ) : //for date on single page ?> .. ... .. <?php endif; // display meta-date on single page() ?> If you just want to remove the author: Remove the following: it’s line 29 to 31 <span class="author"> <?php echo the_author_posts_link(); ?> </span> September 3, 2013 at 9:23 am #521 zeallousMember Hi I still can’t disable it. Would it be the plugin problem? Or displaying content is purely to do with this theme? September 3, 2013 at 9:25 am #522 Themonic-SupportKeymaster If you want to disable Author ID from the Home page it is even more simple, simply flip the “Author ID “switch in the Control Panel -> Main settings. September 3, 2013 at 9:47 am #523 zeallousMember great that works thanks! Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In