Title: BLOG posts
Last modified: August 30, 2016

---

# BLOG posts

 *  Resolved [roser001](https://wordpress.org/support/users/roser001/)
 * (@roser001)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-20/)
 * Hi!
 * I got problem displaying short POSTS previews on this site:
 * [http://metkaintina.si/nasveti/](http://metkaintina.si/nasveti/)
 * If I check BLOG STYLE POST FORMAT then there is problem in my front page. If 
   it is unchecked then there are full posts displays in post page. I want small
   thumbnail pictures, title and text aorund 50-60 words. I Also want white background
   and not transparent. Same problem is with single post page:
 * [http://metkaintina.si/2015/11/22/tedenski-nasveti-za-vrtickanje-tokrat-o-presajanje-plodovk-na-prosto/](http://metkaintina.si/2015/11/22/tedenski-nasveti-za-vrtickanje-tokrat-o-presajanje-plodovk-na-prosto/)
 * Are there any options in this theme?

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

 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-20/#post-6785696)
 * Dear roser001,
 * Please add the following:
 * in style.css
 * .single #content,
    .blog_body #content{ background: #fff; }
 * in front_end_functions.php
 * in function wedding_content_posts_for_home() after every single
    foreach
 * if ( get_option( ‘page_for_posts’ ) && is_home()){
    $blog_style=true; $grab_image
   =true; }
 *  [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * (@support-web-dorado)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-20/#post-6785726)
 * By the way for the first part you can add the changes to Theme Options->General
   > Custom CSS
    .single #content, .blog_body #content{ background: #fff;
 * Please note , that you will need to add the customization code in function wedding_content_posts_for_home()
   every time after the theme update, because it will overwrite the files.

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

The topic ‘BLOG posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/weddings/1.0.12/screenshot.png)
 * Weddings
 * [Support Threads](https://wordpress.org/support/theme/weddings/)
 * [Active Topics](https://wordpress.org/support/theme/weddings/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/weddings/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/weddings/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Sona](https://wordpress.org/support/users/support-web-dorado/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/blog-posts-20/#post-6785726)
 * Status: resolved