'; echo ''; echo ''; echo ' ' . $tips; echo ''; } function pstl_field_text2($name, $label='', $tips='', $attrs='') { global $options; if (strpos($attrs, 'size') === false) $attrs .= 'size="10"'; echo ''; echo ''; echo ''; echo ' ' . $tips; echo ''; } function pstl_field_checkbox($name, $label='', $tips='', $attrs='') { global $options; echo ''; echo ''; echo ''; echo ' ' . $tips; echo ''; } function pstl_field_textarea($name, $label='', $tips='', $attrs='') { global $options; if (strpos($attrs, 'cols') === false) $attrs .= 'cols="70"'; if (strpos($attrs, 'rows') === false) $attrs .= 'rows="5"'; echo ''; echo ''; echo ''; echo '
' . $tips; echo ''; } if (isset($_POST['save'])) { $options = pstl_request('options'); update_option('pstl', $options); } else { $options = get_option('pstl'); } ?>

Addynamo

Click here to visit Addynamo to get your embedding code.

Usage

Home

To display your ads on your homepage

Before the post
After the post

Single post

To display ads when viewing a post on a single page

Before the post
After the after

Page

To display ads on your general website pages.

Before the page
After the page

Categories

To display ads on your category pages.

IMPORTANT Make sure that your content is not showing excerpt (usually the_excerpt in the archive template) in the template.

Before the post
After the post