Comfy Theme: Changing Custom Field Declaration
-
Hello All
I recently purchased the Comfy theme, I did put in a help desk ticket with DeluxeThemes, but thought i’d try here as well while I wait for a reply from them.
Basically the Comfy theme uses the timthumb php script, and the theme looks for custom field “screen”. If “screen” (i.e. an image) is found, then it will automatically populate the image. The problem I’m running into is that I use a drop down menu plugin (Post Avatar), which notes the custom field is called “postuserpic”.
I went into the builtin-functions.php file, and changed the following:
$thumb = get_post_meta($post->ID, 'thumb', true);
changed the above to
$thumb = get_post_meta($post->ID, 'postuserpic', true);
That resulted in getting a white page, and I was not able to access any part of the site. The only way to fix this was to reupload builtin-functions.php.
Does anyone that is familiar with this theme have any recommendations to get this working? It’s pretty much the last thing I need to work on before making the new theme live. Thank you.
- The topic ‘Comfy Theme: Changing Custom Field Declaration’ is closed to new replies.