Title: Image into a post
Last modified: August 30, 2016

---

# Image into a post

 *  [sojic](https://wordpress.org/support/users/sojic/)
 * (@sojic)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/image-into-a-post/)
 * As I realize, wordpress is inserting <img src> into the post…. which I do not
   like, and trying to improve it by inserting <figure> tag, with mikrodata, ex:
 *     ```
       <figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject">
       	<img src="small-image.jpg" itemprop="image" alt="Image description" />
   
       	<figcaption itemprop="caption description">
       		Long image description
   
       		<span itemprop="copyrightHolder">Photo: AP</span>
       	</figcaption>
       </figure>
       ```
   
 * Everything a I found are plugins which “trigger” on “insert to editor”, instead
   to trigger on shortcode on output, so, I have to “reinsert” all the images.
 * I can say, this is wrong concept.
 * Images should be inserted to editor with shortcode (ex: [image id=”123″]), and
   handle it at the moment of output… so the plugins can generate markup as needed.

Viewing 1 replies (of 1 total)

 *  Thread Starter [sojic](https://wordpress.org/support/users/sojic/)
 * (@sojic)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/image-into-a-post/#post-6590253)
 * Any replay?

Viewing 1 replies (of 1 total)

The topic ‘Image into a post’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [sojic](https://wordpress.org/support/users/sojic/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/image-into-a-post/#post-6590253)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
