Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: Pods question
    Thread Starter Rosethorn

    (@rosethorn)

    *sigh* I hit enter and it posted for some reason – anyway, here’s the rest of my question.

    I’m trying to get the link to output each genre.list independently, when more than one genre is selected. Right now, it’s kicking out array instead of adventure or hiddenobject, like it should be. I’m using print_field helper to output the text, but since I’m not using @genre for the page names, I added a field to genre called list and that’s where I’m putting the name for the listing.

    Here’s my template code:

    <tr><td><a href="{@detail_url}">{@name}</a></td><td>{@score}</td> <td><a href="https://www.killerbetties.com/{@genre.list}">{@genre, print_field}</a></td><td><a href="{@review.post_name}">{@review.post_title}</a></td><td>{@buylink}</td><td>{@shockwave}</td></tr>

    Here’s my page code:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thanks in advance for your help.

Viewing 1 replies (of 1 total)