Title: Modifying Blog Template
Last modified: August 18, 2016

---

# Modifying Blog Template

 *  [rjpolomski01](https://wordpress.org/support/users/rjpolomski01/)
 * (@rjpolomski01)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/modifying-blog-template/)
 * How do I modify the blog template to suit my personal tastes? I have experience
   with web dev apps and limited php experience.
 * Thanks

Viewing 1 replies (of 1 total)

 *  [illovich](https://wordpress.org/support/users/illovich/)
 * (@illovich)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/modifying-blog-template/#post-478987)
 * There’s a lot of documentation on Themes in the docs section, try [Stepping into Templates](http://codex.wordpress.org/Stepping_Into_Templates)
   to start.
 * The main thing to realize is that a theme is basically a style sheet (css) and
   an index.php file that directs the building of the theme.
 * If you download a theme and look at it, it might seem confusing at first because
   of the header.php and footer.php type files, but if you look in the index.php
   you’ll see that it contains a bunch of php blocks that say something like get_header.
   These insert whatever is contained in header.php, for example.
 * I’m probably not explaining it in the best way-but I will say that I only started
   a couple days ago and while it was confusing at first, it makes total sense 2
   days later.
 * Additional third party resources:
 * [http://www.urbangiraffe.com/2005/04/12/themeguide1/](http://www.urbangiraffe.com/2005/04/12/themeguide1/)
 * [http://www.chrisjdavis.org/2005/05/26/secrets-of-wp-theming-part-1/](http://www.chrisjdavis.org/2005/05/26/secrets-of-wp-theming-part-1/)
 * [http://max.limpag.com/2006/04/09/wordpress-theme-guide-for-nongeeks/](http://max.limpag.com/2006/04/09/wordpress-theme-guide-for-nongeeks/)
 * [http://theundersigned.net/2006/05/from-xhtmlcss-to-wordpress/](http://theundersigned.net/2006/05/from-xhtmlcss-to-wordpress/)

Viewing 1 replies (of 1 total)

The topic ‘Modifying Blog Template’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [illovich](https://wordpress.org/support/users/illovich/)
 * Last activity: [19 years, 6 months ago](https://wordpress.org/support/topic/modifying-blog-template/#post-478987)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
