• Resolved Jon Toomsen

    (@jon-toomsen)


    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&#8221; 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>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Jason

    (@verysimple)

    Hey Joon, That title is the title for the entire feed. You can disable that by just adding the parameter to your shortcode: feed_items=””

    That tells hungryfeed that you don’t want to show the feed title or feed description.

    Thread Starter Jon Toomsen

    (@jon-toomsen)

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hungryfeed template not functioning’ is closed to new replies.