Title: CSS Question &#8230;
Last modified: August 20, 2016

---

# CSS Question …

 *  [iselaespana](https://wordpress.org/support/users/iselaespana/)
 * (@iselaespana)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-question-14/)
 * Hello Im am looking to set my blog posts to appear like shown [here.](http://www.miss-design.com/)
   I am using a twenty ten child theme and would like to know the proper way to 
   do so.
 * Thanks for you time.
 * Here is the blog im working on: [http://lgeprimeplumbing.com/blog/](http://lgeprimeplumbing.com/blog/)

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

 *  [Flash Buddy](https://wordpress.org/support/users/flashbuddy/)
 * (@flashbuddy)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-question-14/#post-2793696)
 * Edit your category.php file to re-arrange the data in the order you want. Edit
   the css to style the way you want. Easy peasy iselaespana.
 *  Thread Starter [iselaespana](https://wordpress.org/support/users/iselaespana/)
 * (@iselaespana)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-question-14/#post-2793845)
 * I assumed that much! 🙂
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-question-14/#post-2793847)
 * you could use `the_post_thumbnail()` (aka featured image) on the left and `the_excerpt()`
   on the right;
 * [http://codex.wordpress.org/Function_Reference/the_post_thumbnail](http://codex.wordpress.org/Function_Reference/the_post_thumbnail)
   
   [http://codex.wordpress.org/Function_Reference/the_excerpt](http://codex.wordpress.org/Function_Reference/the_excerpt)
 * in loop.php – ideally in a child theme of Twenty Ten [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 * what details do you need to know?
 * (btw: the layout of your sample site is totally broken in IE7 – an old but still
   widely used browser)
 *  Thread Starter [iselaespana](https://wordpress.org/support/users/iselaespana/)
 * (@iselaespana)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-question-14/#post-2793850)
 * Thanks Alchymth!!
 * as far as the excerpt would that include the post title aligning with the post
   thumbnail? What would I need to place in css as the name for the items? .the_post_thumbnail?
 * “(btw: the layout of your sample site is totally broken in IE7 – an old but still
   widely used browser)” */…………….this is not the one I am working with, right? ……………/*
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/css-question-14/#post-2793862)
 * > this is not the one I am working with, right?
 * right! this refers to the ‘like shown here’ site 😉
 * > as far as the excerpt would that include the post title aligning with the post
   > thumbnail?
 * no
 * > What would I need to place in css as the name for the items?
 * these changes need to be made in the loop.php template – not in the css.
    edited
   new css has to be added into style.css.
 * ——–
 * example for a new structure with post thumbnail and excerpt:
    [http://pastebin.com/MeaZHjfZ](http://pastebin.com/MeaZHjfZ)
 * – this replaces the section in loop.php from line 127 to 171:
 *     ```
       <?php /* How to display all other posts. */ ?>
   
       	<?php else : ?>
       ...
       ...
       	<?php endif; // This was the if statement that broke the loop into three parts based on categories. ?>
       ```
   
 * example css for that structure:
    [http://pastebin.com/qUJjr3b0](http://pastebin.com/qUJjr3b0)
 * could be added at the end of style.css of the child theme.

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

The topic ‘CSS Question …’ is closed to new replies.

## Tags

 * [twenty ten](https://wordpress.org/support/topic-tag/twenty-ten/)

 * 5 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/css-question-14/#post-2793862)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
