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

    (@verysimple)

    I haven’t tried this but it’s possible that it might work using the Mustache template’s conditional syntax:

    {{#author}}<div>Author: {{author}}</div>{{/author}}

    Otherwise if that doesn’t work, it probably could be done with a bit of simple Javascript or possible even just some clever CSS. The templates unfortunately only have a very limited amount of conditional logic (basically they can only check for empty/not-empty)

    Thread Starter Kic00

    (@kic00)

    Thanks! I will try to use the conditional syntax and let you know how it goes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: HungryFEED] Template help — don't show 'By ' if no Author’ is closed to new replies.