Title: Developer friendly, designer friendly
Last modified: September 2, 2016

---

# Developer friendly, designer friendly

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/developer-friendly-designer-friendly/)
 * Clean code, no nothing you don’t need, easy to modify.

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

 *  [Jason Saltmarsh](https://wordpress.org/support/users/jason-saltmarsh/)
 * (@jason-saltmarsh)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/developer-friendly-designer-friendly/#post-7805641)
 * Paul, How might I modify the suits theme to show only excerpts on the category
   pages instead of the full post content?
 *  [mariostella](https://wordpress.org/support/users/mariostella/)
 * (@mariostella)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/developer-friendly-designer-friendly/#post-7805642)
 * You need to edit the category file, switch the the_content bit of code with the_excerpt
   bit where it says something like, while have posts. Blah blah, the_post and so
   on. of course you need to have excerpts in your posts. Otherwise if you want 
   text snippets of your posts you need to add parameters to output the_content 
   truncating it after a custom number of letter ending with an ellypses or similar
   and a link to the post with read more or some. The codex has lots of references
   on this, and the forums are filled with such cases, search around.

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

The topic ‘Developer friendly, designer friendly’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [mariostella](https://wordpress.org/support/users/mariostella/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/developer-friendly-designer-friendly/#post-7805642)