WP-INSERT : Manage Ads

In post ads Paste your ads below to make them appear automatically in your posts.
Ad code to insert
( Above the post )

/> Enabled

( Paste your ad-sense or similar code in the box above )
Ad code to insert
( Below the post )

/> Enabled

( Paste your ad-sense or similar code in the box above )
Ad code to insert
( Left of the post )

/> Enabled

( Paste your ad-sense or similar code in the box above )
Ad code to insert
( Right of the post )

/> Enabled

( Paste your ad-sense or similar code in the box above )
/> Show Ads only on single posts and pages
Ad Widgets Paste your ads below and use the widgets section to insert the ads into your sidebar.
Ad code to insert
( Ad widget : 1 )

/> Enabled

( Paste your ad-sense or similar code in the box above )
Ad code to insert
( Ad widget : 2 )

/> Enabled

( Paste your ad-sense or similar code in the box above )
Ad code to insert
( Ad widget : 3 )

/> Enabled

( Paste your ad-sense or similar code in the box above )
Ad code to insert
( Ad widget : 4 )

/> Enabled

( Paste your ad-sense or similar code in the box above )
Ad code to insert
( Ad widget : 5 )

/> Enabled

( Paste your ad-sense or similar code in the box above )

'; if(get_option('ad_left_enable') && get_option('ad_right_enable')) {$cellspan=' colspan="3"';} else if(get_option('ad_left_enable') || get_option('ad_right_enable')) {$cellspan=' colspan="2"';} else {$cellspan='';} if(get_option('ad_top_enable')) { $output .= ''.get_option('ad_top').''; } if(get_option('ad_left_enable')) { $output .= ''.get_option('ad_left').''; } $output .= ''.$content.''; if(get_option('ad_right_enable')) { $output .= ''.get_option('ad_right').''; } if(get_option('ad_bottom_enable')) { $output .= ''.get_option('ad_bottom').''; } $output .= ''; return $output; } } ?>