StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-20-2010, 01:17 PM
PowerMedia PowerMedia is offline
Registered User
Pro Plus Member
 
Join Date: Jan 2010
Posts: 10
Default Help adding thumbnails to theme using WPMU

We are trying to add thumbnails to story posts on our homepage using timthumb, but are running into some difficulties. We found an article giving instructions, but can't figure out where to place the code. they suggest reaching out to the Theme creator to figure out where to place code. Here is the code they tell us to add:

function get_image_path ($post_id = null) {
if ($post_id == null) {
global $post;
$post_id = $post->ID;
}
$theImageSrc = get_post_meta($post_id, 'Image', true);
global $blog_id;
if (isset($blog_id) && $blog_id > 0) {
$imageParts = explode('/files/', $theImageSrc);
if (isset($imageParts[1])) {
$theImageSrc = '/blogs.dir/' . $blog_id . '/files/' . $imageParts[1];
}
}
return $theImageSrc;
}

Where in the Streamline theme should we put this code? Thanks for any help you can provide.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Magazine Theme on WPMU jondonley General Discussion 2 01-21-2010 11:04 AM
Can this Corp theme be used with Buddypress+WPMU? vivid General Discussion 2 12-22-2009 11:54 AM
WPMU, Stremaline 3.0 and Thumbnails sho General Discussion 2 07-01-2009 04:59 PM


All times are GMT -5. The time now is 07:20 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.