Revision: 11124
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at January 25, 2009 19:06 by kristarella
                            
                            Initial Code
function custom_attachment() {
   if (is_attachment()) {
	echo wp_get_attachment_image( $post->ID, 'full' );
   }
}
add_action('thesis_hook_before_post', 'custom_attachment');
                                Initial URL
Initial Description
You will probably have to hide the medium sized image.
Initial Title
Add large image to attachment page in Thesis
Initial Tags
image, wordpress
Initial Language
PHP