Skip to content
Mayeenul Islam edited this page Sep 9, 2017 · 7 revisions

THE GUIDE IS UNDER DEVELOPMENT

AdZoniav2.0.0

Table of Contents

  1. Installation
  2. Add New Advertisement
    2.1 Adding Image Advertisement
    2.2 Adding Code Advertisement
  3. How to Display ad and Get Help

1. Installation

  • DOWNLOAD the latest version of AdZonia.
  • Open the plugins folder under /wp-content/plugins/ then extract the .zip file there.
  • Now browse the Plugins from admin panel, for example: http://example.com/wp-admin/plugins.php — you will find the plugin is listed there.
  • Just Activate the plugin, and start using it.

2. Add New Advertisement

From Left panel, get to "AdZonia" - you will see the AdZonia list page. Now click on the Add New AdZonia to add new advertisment. adzonia-list-page

2.1 Adding Image Advertisement

The following image is self-explanatory: edit-adzonia-image-ad

  • Ad Type Image: Choose the Ad Type "Image Ad".
  • Image: Upload an image - it's mandatory.
  • Link URL: If you want to link the image to somewhere, put the URL to the following field. It's optional.
  • End Date: If you want to specify an End Date, mention the date on the following field. It's optional.
  • Location: Choose any predefined place if you want. But don't forget, it's a beta feature. It's optional.
  • Publish: When you are done, Publish it.

2.2 Adding Code Advertisement

The following image is self-explanatory: edit-adzonia-code-ad

  • Ad Type Code: Choose the Ad Type "Code Ad".
  • Code: Write down the code, or paste it into the textarea. Make sure it's safe for your site. You can place Google AdSense or any other Ad vendor's code into the area - it's mandatory.
  • End Date: If you want to specify an End Date, mention the date on the following field. It's optional.
  • Location: Choose any predefined place if you want. But don't forget, it's a beta feature. It's optional.
  • Publish: When you are done, Publish it.

3. How to Display ad and Get Help

New version of AdZonia added in-page Help tab. In AdZonia list, add and edit page, you will get the On-Screen help tab describing how to use AdZonia. help-tab

There are 4 alternative ways displaying AdZonia ads:

  • Shortcode — The simplest is using a shortcode. The shortcode is that simple, just put [adzonia id="#"] into the body of any post or page or shortcode enabled widget. Just replace the hash (#) with the ad ID.
  • Widget — Using the AdZonia widget into any widget enabled area or sidebar. Just drag and drop the "AdZonia" widget into the sidebar, and choose the active (published) ad from the list.
  • PHP Code — If you are a developer and want to use the PHP code into your template (theme) directly, just use this: <?php if( function_exists('show_adzonia') ) show_adzonia(#); ?>. Just replace the hash (#) with the ad ID.
  • Predefined Areas — a new beta feature is added to show advertisement in predefined areas, directly from the admin panel without any code. Just you have to set the location where you want to show the ad. (it’s an additional feature will work beside all the 3 mentioned above)