john_foster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I leave out a category from The Loop?Awesome. After a bit of tweaking I have it working Nicely. You can check out the improvements at my site http://www.htarcade.com . I was making use of the secondary loop in the Price Drops column.
Thanks for the help.
Forum: Fixing WordPress
In reply to: Showing "Most Commented On" titles.Great, thanks a lot. I’ll plug this in when I get home from work.
Forum: Fixing WordPress
In reply to: Multiple Editors with Multiple Gravatars?But how can I have my staff each have there own gravatar show up? what do I have to write in the_loop?
Forum: Fixing WordPress
In reply to: Confused about the_post_thumbnailThanks for the help, all fixed now 🙂
Forum: Fixing WordPress
In reply to: Removing the_permalink thumbnail blue borders?How did I not think of the a:img rule? I must’ve needed more coffee 😛
Worked great, thanks!Here’s the site I’ve been working on for the game store I manage http://www.htarcade.com
Forum: Fixing WordPress
In reply to: Confused about the_post_thumbnailOk I’ve specified a feature image in the edit post section and classified it as a thumbnail. It now shows up in my post excerpt.. but the set_post_thumbnail_size( 140, 140 ); doesn’t seem to work.. it just keeps to the default WP thumbnail settings of 150×150.. even even if I click full-size then use as featured image it will stay at the default thumb size in the excerpt, or default featured image size, whichever it is.
I know the <?php the_post_thumbnail(); ?> works because I’ve applied a class with a gray border and some margin on it, and it applies fine.
How do i go about changing the size of the thumb. Feels like I’m really close! as a side question how do I get the blue border off of <?php the_post_thumbnail(); ?> if I can’t apply a “border=0” on it like I would an image?Forum: Fixing WordPress
In reply to: Images in The_Excerpt!Hmm the_post_thumbnail(); is not working.. I’ve implemented add_theme_support( ‘post-thumbnails’ ); in the functions.php file..still no luck. Any ideas?