Before you ask please READ THIS

How to add thumbnail or preview picture in blog categories archive list?

edited August 2014 in Fame Posts: 62
Hi, in the blog archive categories, I'd like to modify the appearance of the list, and especially add a thumbnail or preview picture of the article, how can I do that?
Thank you!

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    You have to add Featured images to your posts http://codex.wordpress.org/Post_Thumbnails

    After select variant of blog to use in http://apollo13.eu/docs/fame/#!/blog_menu

    With regards.
  • edited August 2014 Posts: 62
    Hi, thank you for your fast reply.

    Unfortunately it's not working. I did add the following code in function.php:
    if ( function_exists( 'add_theme_support' ) ) { 
    add_theme_support( 'post-thumbnails' );
    set_post_thumbnail_size( 150, 150, true ); 
    } 
    and add a featured image to the post but it doesn't show in the post category slug..
    what I'd like to achieve is basically a post category slug like the one in your demo (blog masonry) http://fame_2.theme.apollo13.eu/blog/
    how can I do that?

    Unfortunately when I choose blog masonry in the blog menu it doesnt look right since every 10 post list text I have are layered one on the other :-(

    Any clue to help me out?
    Post edited by Air on
  • AirAir
    Posts: 10,970
    Hello

    You don't have to add any code. On page I have linked you I wanted to show how you Featured image to post.

    Show me live link to your site cause I am getting confused why you can't achieve this simple thing.

    With regards.
  • Posts: 62
    I'm working local with MAMP, so I cannot show it live now. But I'll go ahead and as soon as my website is online I'll post the link so we can find a solution.
    Thank you in advance
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion