wadeouellet
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding Featured Image?Ok, this resourced helped: http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/
Still one more problem. For some reason it’s cutting some height off the image. The natural image size is 278×278, I set the thumb size to 75×75 and it’s cutting the source image to 278×198, therefore making the thumb 75×59.
Forum: Themes and Templates
In reply to: If Post Meta Equals Current Title ConditionalThanks a ton! It worked perfectly.
I didn’t know about that function, should come in handy.Thanks again.
Forum: Themes and Templates
In reply to: If Post Meta Equals Current Title ConditionalI realized I should rephrase the question a little better and it’s past my edit time limit so basically:
I need a conditional that says “if” a custom field/input value is equal to the current post/page title, then do something.
Here is what I have, but it just displays the current page title as if I was just echoing it:
<?php if(get_post_meta($page->ID, "p30-disc", true)==the_title()) { ?>Forum: Plugins
In reply to: [Plugin: WP-UserOnline] Display Avatars Instead of User Names?Where is the comma being added between user names (or in my case now, avatars)?
I need to take it out but can’t find where to.Thanks,
WadeForum: Plugins
In reply to: [Plugin: WP-UserOnline] Display Avatars Instead of User Names?Thanks a lot!