Title: d_james's Replies | WordPress.org

---

# d_james

  [  ](https://wordpress.org/support/users/d_james/)

 *   [Profile](https://wordpress.org/support/users/d_james/)
 *   [Topics Started](https://wordpress.org/support/users/d_james/topics/)
 *   [Replies Created](https://wordpress.org/support/users/d_james/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/d_james/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/d_james/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/d_james/engagements/)
 *   [Favorites](https://wordpress.org/support/users/d_james/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Caption HTML Isn’t Being Generated](https://wordpress.org/support/topic/caption-html-isnt-being-generated/)
 *  [d_james](https://wordpress.org/support/users/d_james/)
 * (@d_james)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/caption-html-isnt-being-generated/#post-1231505)
 * Wow. Thanks for looking into this **ClaytonJames**. I really appreciate it.
 * The problem turned out to be that we had disabled several [output buffering functions](http://php.net/manual/en/book.outcontrol.php)
   in our php.ini file, which WordPress seems to rely heavily upon.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Caption HTML Isn’t Being Generated](https://wordpress.org/support/topic/caption-html-isnt-being-generated/)
 *  [d_james](https://wordpress.org/support/users/d_james/)
 * (@d_james)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/caption-html-isnt-being-generated/#post-1231499)
 * Oh by the way here’s a sample page where it’s not working for me:
 * [http://www.summitcove.com/area-info/](http://www.summitcove.com/area-info/)
 * The first image is the only one on the page because I removed the [caption] tags
   that were around it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Caption HTML Isn’t Being Generated](https://wordpress.org/support/topic/caption-html-isnt-being-generated/)
 *  [d_james](https://wordpress.org/support/users/d_james/)
 * (@d_james)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/caption-html-isnt-being-generated/#post-1231498)
 * I’m experiencing exactly the same problem as **kvcrawford**.
 * The WYSIWYG editor wraps the <img> tag in [caption] tags, like this:
 * `[caption id="attachment_141" align="aligncenter" width="400" caption="caption
   text"]<img class="size-full wp-image-141" title="pic title" src="http://www.summitcove.
   com/wp-content/uploads/2009/08/img1.jpg" alt="alt text" width="400" height="300"/
   >[/caption]`
 * But the <img> tag doesn’t appear in the markup on the front-end until I remove
   the [caption] delimiters.
 * I added the css needed for the WordPress Generated Classes to my style.css file.
   No luck. It seems to me like you’re suggesting that the markup doesn’t appear
   unless the necessary css is detected by WordPress?
 * If that’s not the case then at the very least the HTML should be there, right?
   I’m kind of a WP noob.

Viewing 3 replies - 1 through 3 (of 3 total)