Title: Solid theme &#8230; no fluff &#8230;
Last modified: September 2, 2016

---

# Solid theme … no fluff …

 *  [davyusa](https://wordpress.org/support/users/davyusa/)
 * (@davyusa)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/solid-theme-no-fluff/)
 * really like this theme as it is simple and minimalistic.
 * Did want to ask, how can you edit the single posts, I’m use to seeing a single-
   post.php or something like that??

Viewing 1 replies (of 1 total)

 *  Theme Author [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * (@ryanhellyer)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/solid-theme-no-fluff/#post-7868234)
 * As you said, it’s simple and minimalistic 🙂 In keeping with that concept, I’ve
   used as few templates as possible. The fallback when no single-post.php file 
   is present is to use a single.php file, if that does not exist, it will fallback
   to using index.php, which is how my theme works.
 * So by editing the index.php file, you will be editing the single posts template
   too. If you want to target only the single posts, then simply copy the index.
   php and rename it single.php. Then anything you change in there will affect only
   the single posts pages. You can use this same approach for most types of templates
   that you may require.
 * Another approach is to use `<?php if ( is_single() ) {} ?>` conditional tags,
   but that does require some more knowledge of PHP coding in order to implement
   it.

Viewing 1 replies (of 1 total)

The topic ‘Solid theme … no fluff …’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hellish-simplicity/1.7.7/screenshot.
   png)
 * Hellish Simplicity
 * [Support Threads](https://wordpress.org/support/theme/hellish-simplicity/)
 * [Active Topics](https://wordpress.org/support/theme/hellish-simplicity/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hellish-simplicity/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hellish-simplicity/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ryan Hellyer](https://wordpress.org/support/users/ryanhellyer/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/solid-theme-no-fluff/#post-7868234)