I'm using veronika in a subdomain base regions and woirk great but I need a little help with
Ads by regions.
1 How display ads according to region?
- Keep in mind that, if you come to e.g : New-York.mysite.com , Veronika makes it possible for the following categories of your search they are within the same area (New-york).. but..does not discriminate ads from other regions. How can i achieve this?
2 - I add this to home hader
<?php echo ucwords(preg_replace("~^(.*?)\..*$~", "$1", $_SERVER[HTTP_HOST])); ?>
but, Of course, now when I go he category keeps appearing, how to make it only appear in home ( the the classic
if_ )
3- How replace the logo for ( I can not find it in header )
<?php echo ucwords(preg_replace("~^(.*?)\..*$~", "$1", $_SERVER[HTTP_HOST])); ?> <?php echo meta_title(); ?>
Best Regard.