This question may be related to a resolved thread.
I’m not having any luck with the search parameter. It seems pretty straightforward, so I’m sure it’s something really simple I’m overlooking.
We have a site with 6 blogs and growing. I want to be able to pick which post gets “featured” in certain areas throughout the site.
I created a custom dropdown field named “feature-post” with “No” and “Yes” as the 2 options. The field defaults to “No” so adding the search parameter to look for a “Yes” should result in no posts being featured. But it doesn’t seem to be working. The latest post is showing up regardless of the value.
Here’s the opening tag:
{exp:weblog:entries weblog="blog1|blog2|blog3|blog4|blog5" limit="1" dynamic="off" status="open" search:feature-post="Yes" }I even went in to the entry and toggled the value, but still no change.
I’m still running 1.6.0 (I know, I know). Is that the issue?