hungryfeed template not functioning
-
using the following shortcode
[hungryfeed url=”https://www.weather.gov/xml/current_obs/KMLE.rss” template=”1″]with only the description div in template1 – trying to follow the video.
<div>{{description}}</div>
still getting the title.
thanks.this is the resulting html output.
h3.hungryfeed_feed_title {}
p.hungryfeed_feed_description {}
div.hungryfeed_items {}
div.hungryfeed_item {margin-bottom: 10px;}
div.hungryfeed_item_title {font-weight: bold;}
div.hungryfeed_item_description {}
div.hungryfeed_item_author {}
div.hungryfeed_item_date {}
</style><h3 class=”hungryfeed_feed_title”>Weather at Millard Airport, NE – via NOAA’s National Weather Service</h3>
<p class=”hungryfeed_feed_description”>Weather conditions from NOAA’s National Weather Service.</p>
<div class=”hungryfeed_items”>
<div><img src=”https://weather.gov/weather/images/fcicons/sct.jpg” class=”noaaWeatherIcon” width=”55″ height=”58″ alt=”Partly Cloudy” style=”float:left;” />
Winds are from the Southeast at 10.4 gusting to 17.3 MPH (9 gusting to 15 KT). The humidity is 50%.
Last Updated on Jun 12 2011, 4:55 pm CDT.</div></div>
- The topic ‘hungryfeed template not functioning’ is closed to new replies.