I’m not a programmer or coder.
I added all the codes mentioned in this page in the:
Appearance –> Editor –> User.css
None of these codes worked for me on the Arras Theme 1.5.3
I’m a “observe. Trial and Error. Repeat” type of guy to counter the lack of coding knowledge.
ATTENTION
I will provide here two scenarios.
Scenario # 1:
In my case, I have the “Custom About Author” plugin installed. This caused me to have TWO About author blocks displayed. The custom one, and the default one. Annoying, I know.
My fix was this:
In your Dashboard menu go to Appearance –> Editor –> Single Post (single.php)
In the Single Post editor find the following text:
<?php
if ( arras_get_option(‘display_author’) ) {
arras_post_aboutauthor();
}
?>
Once you locate that piece of code, add the following tags:
<!– <?php
if ( arras_get_option(‘display_author’) ) {
arras_post_aboutauthor();
}
?> –>
This will make the “About Author” box invisible. If you wish to restore it simply remove the tags.
<!– –>
Scenario # 2
There is a very easy way to remove your About Author. Simply go to the admin dashboard.
On the top-right corner you will see “Howdy, Your-username”. Click it and choose the “Edit my profile” option.
At the bottom of the page checkmark this option:
“Disable about author display (Check this box to not have author’s profile displayed at bottom of each post.)”