• Hi,
    so how should i get links to images from post?
    I want to use one of those jquery image galleries so i need to enter link to image in div.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mladenpetr

    (@mladenpetr)

    Ok so i found a plugin that does this.
    Now i need NOT TO SHOW images from post via default get_post_content.
    I want to strip post from default entering the images.

    Thread Starter mladenpetr

    (@mladenpetr)

    hey i found how this is the code:

    <?php echo preg_replace('/<img.*?(>)/','',get_the_content()); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘get image links from post?’ is closed to new replies.