Support

Account

Forum Replies Created

  • I’m trying to output the image in my static Homepage …

    the image is coming from a PAGE. Page ID is 61 ..

    Anyway, i tried this …

    <?php
     $page_d = 61;
     ?>
        <div class="jpl-widgets-d" style="background: url(<?php the_field('featuredimg_url', $page_d); ?>) no-repeat;"></div>
Viewing 1 post (of 1 total)