Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Jason

    (@verysimple)

    well, it would repeat for each item in the feed – is that what you would want? for example if the feed had 10 items, your shortcode would run 10 times on a single page.

    I’m trying to imagine a situation where that would be necessary? let me know and maybe i can think of something.

    Thread Starter farhanito

    (@farhanito)

    for example,

    i’m using a theme that has [imageeffect] shortcode that gives lightbox effect and title overlay to an image.

    so i tried to put these on hungryFEED template:

    [imageeffect type="framelightbox" width="300" height="188" alt="some-title" url="{{select(attr:src).img:first}}" titleoverlay="yes"]

    and it didn’t work

    Thread Starter farhanito

    (@farhanito)

    here is a sample page

    https://appsdb.exe.bz/bing-wallpapers

    [hungryfeed url="https://feeds.feedburner.com/bingimages" feed_fields="" max_items="5" filter="Bing United" template="3"]

    Plugin Contributor Jason

    (@verysimple)

    At the moment the best way to do that is to just examine the HTML output that the imageeffect plugin produces and then use that in your template.

    I’ll look into adding do_shortcodes into the template, I can see how that could be an interesting feature.

    Plugin Contributor Jason

    (@verysimple)

    new in version 1.5.7 you can use enable shortcodes in the templates on the hungryfeed settings page

    Thread Starter farhanito

    (@farhanito)

    awesome ??

    thank you very much

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Use themes's shortcode in HungryFEED templates?’ is closed to new replies.