• Resolved Tadaeus

    (@tadaeus)


    Hi again,

    Hueman is fun!!!

    Can you please advise how to disable the post author function.
    by “Post-Author” · February 13, 2014
    I just want the date: February 13, 2014

    Second wish is to change the post thumbnail-size on the front.
    Now it is set to: 345px × 163px
    And I want a 4:3 format, like 345px * 259px.
    Same for the slider – from 720px × 340px to 720px * 540px.

    Thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi! Glad to hear ??

    1) Edit single.php and remove the following:

    <?php _e('by','hueman'); ?> <?php the_author_posts_link(); ?> ·

    With a child theme.

    2) Modify the following line in functions.php with a child theme (see more how to do in the theme documentation via the help dropdown, under the section “Child Theme”)

    add_image_size( 'thumb-medium', 520, 245, true );
    add_image_size( 'thumb-large', 720, 340, true );

    After having changed that properly with a child theme, run the regenerate thumbnails plugin once.

    Thread Starter Tadaeus

    (@tadaeus)

    Works perfect!! Thanks. V?nliga h?lsningar

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable "Author" and picture size’ is closed to new replies.