Forum Replies Created
Author | Posts |
---|---|
April 29, 2014 at 9:51 pm in reply to:
Style the Category Listing 19648 | |
You can close this issue. I figured it out. Thanks. | |
April 29, 2014 at 7:50 pm in reply to:
Form Submission 19639 | |
Issue resolved. | |
April 28, 2014 at 11:21 pm in reply to:
Form Submission 19555 | |
A little more info… I need to run an update_field() procedure to get another plugin (Advanced Custom Fields) to display correctly. Thanks | |
April 5, 2014 at 6:40 am in reply to:
Only .jpg images are showing on upload 18056 | |
Upload to wp, but do not show on site.
| |
April 4, 2014 at 9:00 pm in reply to:
Inserting ACF Images 18027 | |
When an image is saved to the database, how is it saved? Is it an object, ID or URL? Depending on how it is saved, I have different ways to show the image. Thanks | |
April 4, 2014 at 8:09 am in reply to:
Inserting ACF Images 18008 | |
Like this? $images = get_post_meta( $post->ID, ‘acf_coupon_img’ );
| |
April 4, 2014 at 7:42 am in reply to:
Inserting ACF Images 18004 | |
Still not working… ACF meta field is “coupon_img” The following code: ID, ‘coupon_img’ ); Is not showing the image. Any other ideas? Should the ACF image be added as an Image Object, Image URL, or Image ID Thanks, Jeff
|