Title: [Plugin: HungryFEED] hardcode rss result into post?
Last modified: August 20, 2016

---

# [Plugin: HungryFEED] hardcode rss result into post?

 *  [bearvv](https://wordpress.org/support/users/bearvv/)
 * (@bearvv)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-hungryfeed-hardcode-rss-result-into-post/)
 * Since I don’t want to query the rss every time the page load. I just want the
   shortcode run once only, then input the rss data directly into post.
 * [http://wordpress.org/extend/plugins/hungryfeed/](http://wordpress.org/extend/plugins/hungryfeed/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [mikeotgaar](https://wordpress.org/support/users/mikeotgaar/)
 * (@mikeotgaar)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-hungryfeed-hardcode-rss-result-into-post/#post-2868327)
 * A bit of HTML hardcoding needed here – not too difficult
    Just copy the HTML 
   source code from the page viewed in browser, and paste it in HTML editor (you
   may need Ultimate TinyMCE or another plugin to prevent stripping)
 * Look for – but don’t copy the Java etc
    div.hungryfeed_item_date {} …… (Theres
   a number of similar lines
 * > </style>
   >  <script type=”text/javascript”> // Custom Javascript here… </script
   > >
 * **
    IGNORE EVERYTHING BEFORE HERE – START COPYING FROM HERE
   
    <h3 class=”hungryfeed_feed_title”
   >Comments for SME Technology</h3> <p class=”hungryfeed_feed_description”>Feed
   Item title</p> …..
 * Look for the final div closing tag **</div>** The will be several depending on
   number of items in feed
 * You can style the content using HTML and CSS (deleting the shortcode may remove
   the styling as well) or just using the WYSIWYG editor
 * Hope this explanation is understandable if you are not familiar with HTML
 *  [mikeotgaar](https://wordpress.org/support/users/mikeotgaar/)
 * (@mikeotgaar)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-hungryfeed-hardcode-rss-result-into-post/#post-2868328)
 * (system posted my reply twice – deleted the content)
 *  Thread Starter [bearvv](https://wordpress.org/support/users/bearvv/)
 * (@bearvv)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-hungryfeed-hardcode-rss-result-into-post/#post-2868337)
 * mikeotgaar, Thanks a lot.
 * It works if you don’t got many posts. I need to deal with a lot of posts, so 
   I might need to ask a programmer to change the script a bit. Thanks anyway.
 *  Plugin Contributor [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-hungryfeed-hardcode-rss-result-into-post/#post-2868345)
 * [@bearvv](https://wordpress.org/support/users/bearvv/) By default HungryFEED 
   does cache the feed – it will only re-fetch from the RSS source every hour (or
   whatever time limit you configure in the HungryFEED settings page). So that will
   limit the number of requests to the RSS feed.
 * That doesn’t solve the fact that the page still must be re-rendered each time.
   If you need to cache that as well the WP Super Cache plugin (which I recommend
   for any site) will cache the page rendering as well. HungryFEED and WP Super 
   Cache work fine together. There are other caching plugins but that is just the
   one I personally use and have experience with.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: HungryFEED] hardcode rss result into post?’ 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/)

 * 4 replies
 * 3 participants
 * Last reply from: [Jason](https://wordpress.org/support/users/verysimple/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-hungryfeed-hardcode-rss-result-into-post/#post-2868345)
 * Status: not resolved