thejacob
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Never mind, I just did this:
<?php $selected_value = simple_fields_get_post_value(get_the_id(), "Thumbnail 1", true); $theImageURL = wp_get_attachment_url($selected_value); echo '<img src="'.$theImageURL.'" width="75" height="75">'; ?>Thanks Beschizza, very helpful. I have another question though.
How do I add dimension “rules” to your code? You know, like when you pull a featured image from your post with this:
<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(220,180), array("class" => "alignleft post_thumbnail")); } ?>I want to use the Simple Fields plugin for thumbnail images.
Thanks.
Forum: Plugins
In reply to: [Plugin: NextGen Smooth Gallery] Continuous Horizontal jitteryHi there. Im having the same problem with this plugin. Did you come up with a solution?
Thanks.
Forum: Plugins
In reply to: Exclude images from posts on homepage?Hah, nevermind… figured it out. Weird.
This is the goodluck post!
Forum: Plugins
In reply to: Exclude images from posts on homepage?How did you figure it out?
Forum: Plugins
In reply to: Adding a field to DMS GuestbookHi jonny,
I’m trying to do the same thing. I can’t find info anywhere on adding fields. Have you come any closer in the three months since you posted the question here?
Viewing 6 replies - 1 through 6 (of 6 total)