Post Author Labels

  • JesseGolomb

    #1991

    Hello,

    I was wondering if there is a way to increase the size of the element that shows the name of a post’s author.

    Here’s an example:

    http://thefanmanifesto.com/2012/01/07/if-i-ruled-the-world-nfl-awards-edition/

    I want to increase the size of the text that reads “By Daniel Bogaard” undernearth the post title.

    Also, is it possible for an author’s name to show up on the slider or on homepage panes?

    Anonymous

    #12962

    Here is the css calling that section:

    .post-meta {
    font: 11px/18px tahoma;
    }

    Just add it to your custom css and change the font size to whatever you like.

    For your second question, it’s possible I’m sure. I’m thinking it would require the use of an action hook, a php text widget, and a php call to echo the post meta.

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.