How do I replace the default advertisements?
-
I am using the theme elements from wpnow. You can see it https://www.wpnow.com/demo/#elements
Hi All,i am new here,and i really wanna know that how can i replace the default ads of this themes,the writer says:
Navigate to your theme’s directory inside wp-content/themes/. Once there, you will notice a folder named “editable/ads”. This folder is the home to the standard advertisements. Each file has HTML comments guiding you through the process.and the editable/ads in the foldr is :
<!– Advertisement // –>
<span class=”wpn_heading2″>Sponsors</span>
<div class=”wpn_box wpn_box-nopad wpn_expandable”>
<!– Edit Below –>
<div style=”padding:25px;background:#2e2e2e;”>
<script type=”text/javascript”>
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = “250x250_as”;
google_color_border = “2e2e2e”;
google_color_bg = “2e2e2e”;
google_color_link = “ffffff”;
google_color_text = “cccccc”;
google_color_url = “de6e99”;
</script>
<script type=”text/javascript” src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”></script>
<!– END Edit –>
</div>
</div>
<div class=”wpn_box-bottom”></div>
<!– // Advertisement –>does anyone can tell me where and how can i create My own ad pic on it? i am not really good at those html things. thanks.
- The topic ‘How do I replace the default advertisements?’ is closed to new replies.