Forum
region multiple options
Hi, As I could be shown a region that has multiple options?
<?php perch_content_custom('Company', array(
'filter' => 'animalhosting',
'match' => 'eq',
'value' => array('acuatic system', 'accesories', 'racks', 'floors', 'isolators', 'other'),
'template' => 'company_listing.html',
)); ?>
and to make a link to this? (like a category)
Thanks. Alex
Hi Drew, Thanks for your replay, but should show one result at least and shows nothing.
If you turn on debug, what does it output?
That's working fine now, I needed put: 'page' => '/index.php' to show the region :) Ok, I only need the tag for the link (#) in my template for this "filter". Thanks in advance.
What are you trying to link to?
I'm trying to link to "animalhosting" categories: 'aquatic' 'system...' from my template, like a tags.
What URL are you trying to link to?
https://directory/index.php
So something like this?
You're not giving me much to work with here.
perfect!, Thanks Drew.
Alex.