Support

Greengoose font size and author name (2 posts)

Languages

de | fr | es | 日本語

About This Topic

Tags

  1. rss tayo

    new member


    rss Posted 3 years ago
    #

    Milo:

    I will like to

    1. increase the font in greengoose to make it more legible, and also
    2. to display the name of the author of each blog post

    Thanks.

  2. rss milo

    moderator


    rss Posted 3 years ago
    #

    Fist be sure to use the latest GreenGoose version, download here,
    then open the stylesheet and look for this lines:

    font:14px/20px Tahoma, Helvetica, Sans-Serif;
    and increase font and lineheight please, ie "16px/22px"

    name author:
    open single.php template
    and add the benath under the content call

    <div class="entry">

    <?php the_content(__('Read more'));?>

    </div>

    <?php link_pages('<p>Pages: ', '</p>', 'number'); ?>

    add this:

    <div class="author"><?php the_author_posts_link(); ?></div>
    <div class="spostinfo">
    <div class="alignright"><?php echo get_avatar( get_the_author_email(), '40' ); ?></div>
    About the author <?php the_author_posts_link(); ?>: <?php the_author_description(); ?>
    </div>

    then style it via your CSS file

Reply

You must log in to post.

Design by milo

Milo designs web sites that strike the perfect balance between professional high-class graphics, functionality, usability, user experience, and high performance.