• giloo33

    (@giloo33)


    Hi. I used a shortcode tabb in sidebar inside text widget, i need to insert a picture from my galley t eacho one of tabs. Tabs code looks like:
    [tabs]
    [tab title=”GK”][/tab]
    [tab title=”OBR”][/tab]
    [tab title=”POM”][/tab]
    [tab title=”NAP”][/tab]
    [/tabs]

    each tab shoudl have own picture inside but dont have idea how to insert picture from my Media Library.
    how to do it for exemple picture url : http://www.fplsufler.com/?p=689

Viewing 1 replies (of 1 total)
  • vtxyzzy

    (@vtxyzzy)

    It is not possible to give an exact answer because we do not know how your shortcode works.

    An image is shown using the <img tag as described here: http://www.w3schools.com/tags/tag_img.asp

    You would need a tag like that inside each one of your tabs, either hard-coded, or inserted by the shortcode.

Viewing 1 replies (of 1 total)

The topic ‘How to insert image form library to shortcode tabs’ is closed to new replies.