show featured image in output page.
-
How can i output the image “full” ?
when i type this address to the post i get this and i want to grab
the full img, how?https://localhost/knytpunktfyrudden/ata/kartorp?json=1
title”:”Kartorp”,”description”:””,”caption”:””,”parent”:208,
“mime_type”:”image\/jpeg”,”images”:{“full”:this is the output script, that shows title and content on the page
how can i add the image “full”?function showPost(id) { $.getJSON('https://localhost/knytpunktfyrudden/category/ata/?json=get_post&post_id=' + id + '&callback=?', function(data) { var output=''; output += '<h3>' + data.post.title + '</h3>'; output += data.post.content; $('#mypost_ata').html(output); }); //get JSON Data for Stories } //showPost
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘show featured image in output page.’ is closed to new replies.