• I have a shortcode that I want to use to dynamically offer an appropriate RSS feed URL based on a location custom post type on my site. This shortcode works on its own:

    [company_field key=”company_blogrss”]

    However, due to limitations of WordPress (http://codex.ww.wp.xz.cn/Shortcode_API#Square_Brackets) it won’t work like this:

    [hungryfeed url=”[company_field key=”company_blogrss”]”]

    Is there a way to invoke HungryFEED using something other than a shortcode? Perhaps a string of HTML that would allow this to work?

    https://ww.wp.xz.cn/plugins/hungryfeed/

Viewing 1 replies (of 1 total)
  • If you’re comfortable editing the PHP templates, you should be able to add <?php do_shortcode( '[hungryfeed url="http://yourfeedhere.com"] ); ?> wherever you want it to appear on your page.

Viewing 1 replies (of 1 total)

The topic ‘Invoke HungryFEED without Shortcode’ is closed to new replies.