• Hi!

    The shortcodes worked with image urls but the snippet doesn’t seem to. What do I need to add/change to make the snippet work??

    This worked (puts url inside img tag–>src “”:

    This does not (just puts literal snippet code in img tag–>src””)

    **snippet 183 –> the_field(‘ceo_image’);

    Thank you!
    Melinda

Viewing 1 replies (of 1 total)
  • Plugin Author webcraftic

    (@webcraftic)

    Hi,

    Try using this snippet code:

    ?>
    <img src="<?php the_field('ceo_image') ?>">

    Best regards, Alex

Viewing 1 replies (of 1 total)
  • The topic ‘image urls not working with snippets’ is closed to new replies.