Frequently Asked Questions:

How do I remove the entire “bio” section?

Q: How do I remove the entire “bio” section?

A: To remove the bio, in your Theme Editor, choose the file called “Main Index Template”. Find the line that says:

<?php include 'bio.php'; ?>

And delete it. Click “update file” to save your changes, and check your work by viewing your blog and refreshing your browser.

To add it back in, just paste it back in. Viola!

Questions? Instead of emailing for support, leave a comment below so everyone can benefit from any clarification.

4 Responses to “How do I remove the entire “bio” section?”

  1. On Lisa Carpenter said:

    Is there a way to put the bio in a different area so that it just starts with my posts but people can still view a bio??

  2. On Jared said:

    @Lisa Carpenter: not really. you could just create a “page” with your bio and then upload a picture, and link to it from your nav, but that’s about the only way.

  3. On matt said:

    this is what id like to do as well.
    how would i make a link up top to open my new page for my bio section?
    thanks!

  4. On Jared said:

    @matt: you can sort of follow the directions here. Except instead of pasting in javascript between the <li> and </li> Paste in something like this (still between those tags):

    <a href=”http://www.myblog.com/link-to-my-bio-page/”>Bio</a>

Leave a Reply