Title: [Plugin: HungryFEED] Really Confused About Coding
Last modified: August 20, 2016

---

# [Plugin: HungryFEED] Really Confused About Coding

 *  [JDanswers](https://wordpress.org/support/users/jdanswers/)
 * (@jdanswers)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-hungryfeed-really-confused-about-coding/)
 * I uploaded HungryFEED, created cache folder and writeable CHMOD, and it pulls
   my feed. My questions are:
 * 1. How do I use the Templates in order to show the feed content? Where do I place
   the Template code so it shows the feed content on the Home page. All I get, using[
   hungryfeed url=”[http://www.medworm.com/rss/medicalfeeds/conditions/Acid-Reflux.xml”%5D](http://www.medworm.com/rss/medicalfeeds/conditions/Acid-Reflux.xml”%5D)
   is the title of the post: “Acid Reflux Latest Posts” and the “Read more…” link
   which, when clicked, goes to a category page that shows all the new feed items.
 * 2. How can I limit the number of posts that are fetched and published at one 
   fetch? I would like to limit this to 5 posts, once a day (24 hours).
 * 3. How does HyngryFEED process the Cron operation and can this be edited to limit
   the number of Cron triggering to once a day so I don’t overload my server? I 
   have multiple blogs on which I want to run HungryFEED so the less queries the
   better.
 * I have been using FeedWordPress plugin but my host has complained that it’s resource
   heavy so I am hoping HF is a good alternative.
 * Keep in mind I am not a coder but I am not a complete novice either. I can edit
   templates, HTML, and php files with proper coding examples to follow. I find 
   the support articles and documentation a little too techie for me. I just can’t
   figure it out without help in layman’s language.
 * I would even be willing to talk with someone about paying a fee for prompt resolution
   of these issues and solving any glitches that arise.
 * [http://wordpress.org/extend/plugins/hungryfeed/](http://wordpress.org/extend/plugins/hungryfeed/)

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

 *  Thread Starter [JDanswers](https://wordpress.org/support/users/jdanswers/)
 * (@jdanswers)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-hungryfeed-really-confused-about-coding/#post-2721891)
 * Blog address is [http://acidrefluxdisease.jdanswers.com/](http://acidrefluxdisease.jdanswers.com/)
 * Update of my previous Support questions.
 * 1. Look at the home page under the thumbs and the sticky posts to see what it
   looks like now. I tried adding template=”1″ into the post page but nothing changes.
   The code is [hungryfeed url=”[http://www.medworm.com/rss/medicalfeeds/conditions/Acid-Reflux.xml&#8221](http://www.medworm.com/rss/medicalfeeds/conditions/Acid-Reflux.xml&#8221);
   template=”1″] as your video shows.
 * 3. I figured out the cron triggering question and have edited the Cache Timeout
   to slow down the number of feed queries.
 * 2. Still not resolved. I can’t find an answer to limiting the number of posts
   that are fetched and published.
 * Hanging in here until I get this to work.
 * Jim
 *  Plugin Contributor [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-hungryfeed-really-confused-about-coding/#post-2721892)
 * 1. to use the template feature you just have to specify in your shortcode which
   template to use, for example [hungryfeed url=”…” template=”1″]
 * 2. I answered that in your other post
 * 3. There is no cron – hungryfeed doesn’t have any automation. The feed is retrieved
   on demand when a user visits the page. Then it is cached for all subsequent visitors
   until the cache expires. You control the cache timeout in the settings page.
 *  Thread Starter [JDanswers](https://wordpress.org/support/users/jdanswers/)
 * (@jdanswers)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-hungryfeed-really-confused-about-coding/#post-2721895)
 * OK, Jason, I am beginning to understand some of this. Thanks for hanging in here
   with me.
 * The template=”1″ addition apparently works when clicking on the Read More link.
   The page it links to shows all the posts. I simply cannot get the posts to show
   on the Home Page.
 * I still don’t see how to limit the number of posts that get published. Are you
   saying that number is controlled by the feed itself and cannot be controlled 
   on my end?
 * As for Crons: A visitor triggers the feed fetch and the data is cached and held
   for a time limit set in the cache timeout. The cache is replenished by the first
   visitor who arrives after the timeout. Since there is no automatic Cron built
   into HungryFEED, is the built-in wp-cron.php actually what is fetching the feed?
 * If I set the Cache Timeout for 36000 seconds (10 hours), just for example, the
   feed will be fetched from the feed source only once in that 10 hours, and, if
   I have 50 visitors in that 10 hours, the feed data is fetched from the cache 
   50 times in that 10 hours, once for each visitor. Is this correct?
 *  Plugin Contributor [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-hungryfeed-really-confused-about-coding/#post-2721897)
 * if you set the cache for 10 hours then your feed will be re-loaded once every
   10 hours, regardless of whether 1 person or a 1,000 visit your site. i hope that
   helps to explain it better.
 *  Thread Starter [JDanswers](https://wordpress.org/support/users/jdanswers/)
 * (@jdanswers)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-hungryfeed-really-confused-about-coding/#post-2721898)
 * Sorry for my noobness about these tech issues. I am trying to determine how many
   times an attempt is made to _fetch_ the feed from the feed _source_ and how many
   times from the _cache_ in that 10 hour period.
 * Feed fetch = ? times in 10 hours right now.
    Cache fetch = ? times in 10 hours
   right now.
 * I am concerned about server load as I run multiple blogs. I am considering disabling
   the wp-cron.php from automatically triggering when the blog loads. Instead, I
   want to trigger wp-cron.php on a set schedule with a Cron job created on my server
   to better control server load.
 * I read about it here: [http://wp.tutsplus.com/articles/insights-into-wp-cron-an-introduction-to-scheduling-tasks-in-wordpress/](http://wp.tutsplus.com/articles/insights-into-wp-cron-an-introduction-to-scheduling-tasks-in-wordpress/)
 * Thanks again and again!
    Jim
 *  Plugin Contributor [Jason](https://wordpress.org/support/users/verysimple/)
 * (@verysimple)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-hungryfeed-really-confused-about-coding/#post-2721908)
 * in 10 hours the feed would be fetched from the rss provider exactly one (1) time.
   see [http://www.simplepie.org/wiki/faq/how_does_simplepie_s_caching_http_conditional_get_system_work](http://www.simplepie.org/wiki/faq/how_does_simplepie_s_caching_http_conditional_get_system_work)
 *  Thread Starter [JDanswers](https://wordpress.org/support/users/jdanswers/)
 * (@jdanswers)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-hungryfeed-really-confused-about-coding/#post-2721922)
 * A “very simple” answer and an interesting link to more info. Thanks, Jason.
 * I see now that SimplePie is a critical part of HungryFeed. I am learning. Not
   too bad for a 69 year old retired guy. LOL!
 * Jim

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

The topic ‘[Plugin: HungryFEED] Really Confused About Coding’ 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/)

 * 7 replies
 * 2 participants
 * Last reply from: [JDanswers](https://wordpress.org/support/users/jdanswers/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-hungryfeed-really-confused-about-coding/#post-2721922)
 * Status: not resolved