tag in articles for images

Posted in: Newspaper
Post count: 1

Hello,

I want to use images and their captions in figure and figcaption tag. When I check one example from your live demo in themeforest I have seen you also used it like that. the code in the live demo is below:

However When I add images in post editor they appear like “<p>…”

My question: How I can use images in figure tag? Should I hardcode it everytime? is there a shortcode or sth like that for it? and the last one:) what/how is the reason for using this id=”attachment_1023″?

thank you,


<figure id="attachment_1023" style="width:900px" class="wp-caption aligncenter">



<figcaption class="wp-caption-text">Emotional discomfort, when accepted, rises, crests and falls in a series of waves.</figcaption>
</figure>

Post count: 22421

Hello,

This is a default WordPress implementation, and not theme related. If you do not add a caption to your image, then the image will be inside a ‘p’ tag. If you add a caption it will become a ‘figure’ tag.
Make sure you add a caption like so: https://www.screencast.com/t/leyFv0Sj

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.