I want to enter the Theme settings in the settings as in the bender theme for example in the panel administration banner advertising areas.
In admin settinging I added attach code to post
and css code:
.ads_300,.ads_728,.ads_468{background-color:#FDF6E5;display:block;margin:15px 0}
.ads_300{width:300px;min-height:250px}
.ads_728{width:728px;min-height:90px}
.ads_468{width:468px;min-height:60px}
.ads_header{width:728px;margin-left:auto;margin-right:auto;padding:10px 0px 10px 0px}
.ads_header,.ads_300,.ads_728,.ads_468{display:none}
In the header page I've entered:
<!-- header ad 728x60-->
<div class="ads_header">
<?php echo osc_get_preference('header-728x90', 'elena'); ?>
<!-- /header ad 728x60-->
I do not know how and where to set the areas where ads will appear or what exactly I have to do.
Can you help me please.