Title: Editing Theme Functions Doesn&#039;t Affect Site
Last modified: August 20, 2016

---

# Editing Theme Functions Doesn't Affect Site

 *  [JuiceHead](https://wordpress.org/support/users/juicehead/)
 * (@juicehead)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/editing-theme-functions-doesnt-affect-site/)
 * I recently attempted to create a new wordpress site to showcase an Architectural
   Portfolio. I was using the [Architekt Theme](http://www.dessign.net/architekt-theme),
   but have run into some problems. Although I have gotten it to work as it should
   be used I am unable to resize the portfolio images. I edited part of functions.
   php to read:
 *     ```
       if ( function_exists( 'add_theme_support' ) ) { // Added in 2.9
         add_theme_support( 'post-thumbnails' );
         add_image_size('featured-slideshow',959,349,true);
         add_image_size('featured-big',369,408,true);
         add_image_size('featured-medium',369,196,true);
         add_image_size('featured-small',60,58,true);
         add_image_size('featured-blog',306,215,true);
         add_image_size('featured-portfolio',369,400,true);
         add_image_size('featured-side',306,215,true);
         add_image_size('featured-blog-listing',625,152,true);
         add_image_size('featured-port-listing',400,400,true);
       ```
   
 * I changed the portfolio featured-port-lsting and featured-portfolio, but nothing
   has changed.

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

 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/editing-theme-functions-doesnt-affect-site/#post-2970147)
 * You are using a commercial theme. You need to seek support from the theme vendor
   as we do not have access to commercial themes, and also because you pay for theme
   support too.
 *  Thread Starter [JuiceHead](https://wordpress.org/support/users/juicehead/)
 * (@juicehead)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/editing-theme-functions-doesnt-affect-site/#post-2970153)
 * I am using the free version of this theme, which I do not believe has any support.
 *  [Amy Hendrix (sabreuse)](https://wordpress.org/support/users/sabreuse/)
 * (@sabreuse)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/editing-theme-functions-doesnt-affect-site/#post-2970155)
 * Try using [Regenerate Thumbnails](http://wordpress.org/extend/plugins/regenerate-thumbnails/).
   The different thumbnail sizes are created at the time an image is uploaded, so
   adding new image sizes has no effect on the images that are already in your site.

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

The topic ‘Editing Theme Functions Doesn't Affect Site’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [Amy Hendrix (sabreuse)](https://wordpress.org/support/users/sabreuse/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/editing-theme-functions-doesnt-affect-site/#post-2970155)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
