Totally Zenned
- Join Date:
- Apr 2005
- Posts:
- 853
- Plugin Contributions:
- 0
EZ pages sidebox exclusion doesn't seem to work
I also meant this piece of code as well. Should I just add the EZ pages id numbers that I want them to show up on?
gjh42:
You can easily set any sidebox to display only on ez-pages, by reversing the test code given above, like this:```php
if (isset($ez_page_id)) {
//code to execute on ez-pages
}