Jump to content

Check category id in record template?

Featured Replies

Posted

Hello,

In the "record" template, I want to display something only if the record belongs to a certain category. How do I check this? I know the if condition should look something like this:

{{if $record->category == 1}}

{{endif}}

But I can't figure out how to format it properly.

Spoiler

@opentype tagging you here since you're likely to know :blush:

 

You were already close …

{{if $record->container()->id == xx}}
{{endif}}
  • Author
1 hour ago, opentype said:

You were already close …


{{if $record->container()->id == xx}}
{{endif}}

Worked perfectly, thank you!

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.