• Resolved say_hello

    (@say_hello)


    how to echo the fetched images in the header

    – run wp version 4.1
    – theme responsive
    – meta-slider see the page

    see the page: http://www.ex-libri.org

    in the theme header a meta-slider runs. you can see the images (books).
    on the right side of the header i want to add some images. see the space.

    well – i guess that i need to figure out how to echo the images that are fetched from facebook.

    see below the attempts:

    ` )
    );
    ?>
    <?php } ?>

    <?php responsive_header_bottom(); // after header content hook ?>

    </div><!– end of #header –>
    <?php responsive_header_end(); // after header container hook ?>
    <?php
    echo do_shortcode(“[metaslider id=112]”);
    echo do_shortcode (“<!–FBGallery2 758636397529074 –><!–/FBGallery2–>”);

    ?>

    <?php responsive_wrapper(); // before wrapper container hook ?>
    <div id=”wrapper” class=”clearfix”>
    <?php responsive_wrapper_top(); // before wrapper content hook ?>
    <?php responsive_in_wrapper(); // wrapper hook ?>`

    https://wordpress.org/plugins/facebook-photo-fetcher/

    well i think that i need to think over –

    is echo do_shortcode
    or not!?

    well i think that i need to do other calls.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to echo the fetched images in the header’ is closed to new replies.