Hi,
At the moment I have some widget logic to display content on special pages like:
( ( is_single() && ( in_category( 'mauritius' ) ) ) || ( ( is_tag('mauritius-beachcomber') ) ) || ( ( is_category( 'mauritius' ) ) ) )
I like to add additionally a logic like “URL contains /mauritius/”.
Can you help me with that? The text field let me use WP Conditional Tags, or any general PHP code.
Michael
