• Resolved guruFTW

    (@guruftw)


    I wanted to show a little summary of the author at the end of an article, so i installed the Better Author Bio plugin (https://www.ads-software.com/extend/plugins/better-author-bio/), since it was kinda bugged, after trying to fix it, i removed it. Yes, the folder in /plugins/ has been totally removed.

    Now, I don’t know why, the author box is still there. It looks like it’s from the author.php file in the vanilla wordpress, but by editing that file the author box is not changing…

    I don’t understand if it’s a vanilla wordpress thing or something that has been added after from the plugin. It looks like this https://puu.sh/1mqhj

    How can i remove/edit it?

    (the site is locally hosted, so I can’t give a link to it.)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author.php is a different file which is used to show all posts published by the user.

    The file you need to change to remove the author box on the Posts is the single.php

    Let me know how go on with it.

    Thread Starter guruFTW

    (@guruftw)

    in the single.php i only have this: https://puu.sh/1mqNM
    I’m editing the twentyten theme, not sure if it changes something.

    I guessed it was author.php because it’s the only file that uses #entry-author-info.

    Ok got it.

    You need to update the loop-single.php.

    Delete line 38 to 51:

    <div id="entry-author-info">
    		...
    </div><!-- #entry-author-info -->
    Thread Starter guruFTW

    (@guruftw)

    Found it, thank you O:

    Cool. Consider marking this as resolve so that other people can benefit, just in case they are searching for the same issue.

    Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems with Author.php’ is closed to new replies.