-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Numeric Value after uploading image. #43
Comments
the value is a post id. You can use this id with functions like Tammy Hart www.tammyhartdesigns.com On Fri, Apr 12, 2013 at 4:26 AM, iamsalmanafzal [email protected]:
|
Thanks for you reply. Can you please provide me a full code - i am not expert |
Here is the codex on this function: The $attachment_id would be the post meta value that is stored. So in your $attachment_id = get_post_meta( $post->ID, 'custom_image', true ); And that would output the thumbnail of the image. Tammy Hart www.tammyhartdesigns.com On Fri, Apr 12, 2013 at 10:45 AM, iamsalmanafzal
|
This is working Great Thanks you But i am having 1 more thing. This meta box is not showing in Page section but it is working great with post section |
See docs here: You can put in a string or array of posts styles. So if you want it to work Tammy Hart www.tammyhartdesigns.com On Fri, Apr 12, 2013 at 1:42 PM, iamsalmanafzal [email protected]:
|
Can you please help me regarding this point. i am dump and could not understand high coding |
I've explained it the best I can, especially since I'm no longer supporting Tammy Hart www.tammyhartdesigns.com On Fri, Apr 12, 2013 at 1:49 PM, iamsalmanafzal [email protected]:
|
By the way thanks for helping me |
Hello Sir, if any one can reply me fast - i will be very thankful.
When i upload image and update post or page. i will get numeric value of image in custom fields. like "35" , "41", "134" but i think it should show URL of Image. insteaded of Numeric value.
It would be great if anyone can reply me today.
The text was updated successfully, but these errors were encountered: