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

    (@thorhammer)

    bump..?

    Thread Starter ThorHammer

    (@thorhammer)

    Never mind, I found a solution.

    ?php $languages=get_post_meta($post->ID,"languages",false); ?>
    <?php foreach($languages as $language) {
    echo "<img src=\"".$language."\" />

    The only down thing is that I have to enter a custom field “languages” several times with the full URL-path to the images. But, it works, and I am happy. Hope someone else in need of using custom fields are reading this short post.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Using get_post_custom_values’ is closed to new replies.