• Resolved hasche

    (@hasche)


    Hey,

    where/how can I change the URL of gridbox_post_image in content.php to an URL from custom field instead of the permalink? -> get_field(‘Fieldname’)

    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter hasche

    (@hasche)

    Added this in content.php, seems to work for me!

    <a href="<?php echo get_field('ProjektURL'); ?>"><img class="attachment-post-thumbnail size-post-thumbnail wp-post-image" src="<?php echo gridbox_post_image(); ?></a>

    • This reply was modified 7 years, 10 months ago by hasche.
Viewing 1 replies (of 1 total)
  • The topic ‘Change URL of gridbox_post_image’ is closed to new replies.