Title: Clearance &#8211; Avoid Caption ID
Last modified: March 11, 2017

---

# Clearance – Avoid Caption ID

 *  Resolved [Brian Jackson](https://wordpress.org/support/users/brianleejackson/)
 * (@brianleejackson)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/clearance-avoid-caption-id/)
 * A lot of WordPress themes use the following for a caption box that wraps around
   images.
 * Example.
    [caption id="attachment_xxxx" align="aligncenter" width="xxxx"]
 * The issue I have is that sometimes my adsense ad will end up right below an image
   within the caption box. I’m assuming I need to add some dynamic clearance… Does
   the clearance option read HTML or just visible text? I tried entering in “caption
   id” but it didn’t do anything.
 * Any way to drop adsense ad below caption id boxes when it detects them?
 * Any suggestions? Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Spacetime](https://wordpress.org/support/users/spacetime/)
 * (@spacetime)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/clearance-avoid-caption-id/#post-8902283)
 * Ad Inserter sees and processes HTML code (unless other shortcodes are not processed
   yet).
 * Image caption shortcode expads to this code:
 *     ```
       <figure id="attachment_xxx" style="width: XXXpx" class="wp-caption aligncenter">
         <img src="xxx">
         <figcaption class="wp-caption-text">Caption</figcaption>
       </figure>
       ```
   
 * Therefore, to avoid also images with captions you should avoid also paragraphs
   with `figure` tag.
 * Another possibility is to add `figure` as paragraph tag and adjust paragraph 
   number accordingly.

Viewing 1 replies (of 1 total)

The topic ‘Clearance – Avoid Caption ID’ is closed to new replies.

 * ![](https://ps.w.org/ad-inserter/assets/icon-256x256.jpg?rev=1502039)
 * [Ad Inserter - Ad Manager & AdSense Ads](https://wordpress.org/plugins/ad-inserter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ad-inserter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ad-inserter/)
 * [Active Topics](https://wordpress.org/support/plugin/ad-inserter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ad-inserter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ad-inserter/reviews/)

## Tags

 * [caption](https://wordpress.org/support/topic-tag/caption/)
 * [clearance](https://wordpress.org/support/topic-tag/clearance/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Spacetime](https://wordpress.org/support/users/spacetime/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/clearance-avoid-caption-id/#post-8902283)
 * Status: resolved