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
  #3  
Old 06-26-2009, 07:38 AM
Debra's Avatar
Debra Debra is offline
Community Moderator
 
Join Date: Oct 2009
Location: Ontario, Canada
Posts: 13,365
Default Re: Thumbnails and removing comments title

to completely remove comments delete this

<div class="comments">

<h4>Comments</h4>
<?php comments_template(); // Get wp-comments.php template ?>

</div>

</div>

the link shows that thumbs are add via custom fields.

it would appear from this code that you would add a custom field called Thumbnail and then for the value add the full url of your image not the attachment url

so
http://www.yoursite.com/wp-content/uploads/image.gif

this may look a little different if you have month/year folders

<div style="float:left; margin:0px 10px 5px 0px;">
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" />
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse

Make life easier use FireFox and these Customizing tools: Firebug - Web Developer

New to Genesis? See our Guide for Beginners!

Recommended StudioPress Designer
StudioPress on Facebook
 

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
Two questions: Thumbnails and Removing comments text jhef General Discussion 4 02-17-2011 08:51 AM
Removing Comments Everywhere tonythor General Discussion 1 02-28-2010 02:27 PM
Removing 'Comments' steveivs42 General Discussion 3 01-26-2010 02:16 PM
still have comments after removing code tssfacts General Discussion 2 09-25-2009 06:18 AM
removing thumbnails vorsprung General Discussion 1 01-24-2009 03:31 PM


All times are GMT -5. The time now is 02:45 PM.

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