Trying to use Ternary operators with WP Conditionals

Hi I am trying to use ternary operators with WordPress condtionals, using the code below, but it’s giving me a PHP error, what am I doing wrong?

echo is_home() : '1' ? '0';

Related posts

Leave a Reply

2 comments