I may be right, but I'm perfectly good at it
Author Info at End of Post in Headway 3

Author Info at End of Post in Headway 3

Note: This is adapted from the tutorial from the Headway Team for 2.0. This is for versions of Headway 3.0 that do not have Easy Hooks
2nd note: This only appends the author info to the end of posts NOT pages.

Steps
1. Follow the steps located here regarding creating a child theme.
2. In your functions.php for the child theme you created in Step 1, add the following code:


Written by

3. Now either save if you are using the theme editor or upload functions.php via FTP if you aren’t.
4. View your website and you should see the author info appended to the bottom of single post entry content

To customize the way this looks, follow these steps:
1. Open your Live CSS editor
2. Enter the following code:

body.custom div#author-info { background: #c4c4c4; padding: 10px; margin: 0 0 15px 0; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; overflow: auto;}
body.custom div#author-info div#author-image {float: left; margin: 0 10px 5px 0; border: 5px solid #DCDCE1;}
body.custom div#author-morelinks, body.custom div#author-morelinks a {color: #000; font-weight: bold;}

3. Save.
4. View your website to see the changes.

Obviously, make any changes to the CSS above to suit your needs.

2 Responses to Author Info at End of Post in Headway 3

  1. [...] Headway 3.0 Author Block Release My tutorial about adding author info to the end of a post is very popular but I know many users of Headway do not want to have to create a child theme to add [...]

Leave a Reply

*