Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1315191
    Friech
    Moderator

    Hi There,

    Please read this post.

    Basically, you need to create a Field Group so you can add a Field/s.

    When defining your Image Field, remember this two things. Field Name: page_image, Field Type: Image.

    Then edit your Posts and you should see a new meta box on it, where you can upload the image.

    You can then output the image on the posts by using this code.

    <div class="x-container">
    <img src="<?php echo get_field('page_image'); ?>">
    </div>

    You can paste that code above the block:

    <!-- ------------------------------  -->
    <!-- Custom Logo Section starts here -->
    <!-- ------------------------------  -->

    On Rue’s code above.

    Cheers!

    #1354269
    keith s
    Participant

    Just getting back to this. It worked awesome! THANK YOU!!!

    #1354656
    Friech
    Moderator

    Cool, we’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1277977 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>