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

    (@verysimple)

    The template is the actual repeating part of the code, so if you need header/footer type of code then you’d want to add it manually using the WordPress text (not visual) editor view. It would look something like this:

    <p>My Feed</p>
    <ul>
    [hungryfeed url="..." template="1"]
    </ul>

    Then inside your template, don’t put the <ul> & </ul> tags, only put the <li> tags

    Thread Starter bhammondCVL

    (@bhammondcvl)

    Thanks; makes perfect sense–don’t know why I didn’t think of it myself!

    BH

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to make feed a list?’ is closed to new replies.