Title: Invoke HungryFEED without Shortcode
Last modified: August 31, 2016

---

# Invoke HungryFEED without Shortcode

 *  [jgratcyk](https://wordpress.org/support/users/jgratcyk/)
 * (@jgratcyk)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/invoke-hungryfeed-without-shortcode/)
 * 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.wordpress.org/Shortcode_API#Square_Brackets](http://codex.wordpress.org/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://wordpress.org/plugins/hungryfeed/](https://wordpress.org/plugins/hungryfeed/)

Viewing 1 replies (of 1 total)

 *  [Julie Kuehl](https://wordpress.org/support/users/juliekuehl/)
 * (@juliekuehl)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/invoke-hungryfeed-without-shortcode/#post-6928429)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/hungryfeed_5ea4d7.svg)
 * [HungryFEED](https://wordpress.org/plugins/hungryfeed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hungryfeed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hungryfeed/)
 * [Active Topics](https://wordpress.org/support/plugin/hungryfeed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hungryfeed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hungryfeed/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)
 * [troubleshooting](https://wordpress.org/support/topic-tag/troubleshooting/)

 * 1 reply
 * 2 participants
 * Last reply from: [Julie Kuehl](https://wordpress.org/support/users/juliekuehl/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/invoke-hungryfeed-without-shortcode/#post-6928429)
 * Status: not resolved