Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Get the URL from the image I inserted in the HTML Editor. Re: Get the URL from the image I inserted in the HTML Editor.

#108239
chrisburton
Participant

@wolfcry911 What that does is give the permalink to the post not the image file (which is what I need). The following code below is what I believe to be the issue however I don’t know how to call the image I inserted inside the editor.

$large_image_url = wp_get_attachment_url( get_post_thumbnail_id('full') );