Tell us what you are trying to do? I need the featured image to be wrapped by the body (post content).. as the block editor would only put each row as a block I thought of doing this with a classic paragraph and using shortcodes for the featured image and the post content.. however I am not sure how I should be doing this as I am not getting the result.. it's still showing as the image in one row and the post content in the row below.. I would like it to be the image on the life to have the text on the right of the image and then as it flows it could go below the image.
<p>[wpv-post-featured-image size="full"] </p>
[wpv-post-body view_template="None" suppress_filters="true"]
The above is the code I am generating but I am not sure how to get the result.
Is there any documentation that you are following?
Is there a similar example that we can see?
What is the link to your site?hidden link
You'll need custom CSS to "float" the image on one side of the text. In your case, float left. Here is a document explaining CSS floats: https://www.w3schools.com/css/css_float.asp
My issue is resolved now. Thank you!
Thanks.. that was really simple actually.. not sure why I raised a ticket!!..;-).. but I guess I just thought there'd be a checkbox or button option to make it float/wrap..;-).. he he.. we are too lazy I guess!!
Thanks again anyways.. have a nice day..:-)..
Regards,
Alim