[Plugin: Widget Logic] category and category posts error using widget logic
-
I’m using widget logic on my blog and so far it’s working fantastically except for one thing. I would like a certain widget to display when looking at a particular category and all the posts in that category. In the plugin directory FAQ for widget logic I found this bit of code and put in my own category name as you see
is_category(nature) || (is_single() && in_category(nature)…but when I use it, I get this error message in my sidebar where the widget should appear
Parse error: syntax error, unexpected ‘;’ in /home/thebirdi/public_html/wp-content/plugins/widget-logic/widget_logic.php(154) : eval()’d code on line 1
I’m not a coder and this means nothing to me 🙂 Any ideas? (and apologies if it’s just me doing something obviously stupid)
The topic ‘[Plugin: Widget Logic] category and category posts error using widget logic’ is closed to new replies.