Related Post

Spread the word

Digg this post

Bookmark to delicious

Stumble the post

Add to your technorati favourite

Subscribes to this post

19 Responses to “How to get wp-caption working in WordPress 2.6”

  1. Excellent post. good luck.

  2. stefan says:

    thanks! just what i was looking for!
    copy – paste and it works!

  3. Thank you – this is exactly what I was looking for…

  4. Alex says:

    Thanks for this fix mate, really drove me nuts not getting it to work! Much appreciated!

  5. kris says:

    thanks so much for this! exactly what i was looking for.

  6. Setu Garg says:

    Thanks!

    This was helpful :) .

    YO might want to add text-align:center to the last one as some themes have the text justified which makes it align to the left.

  7. Nicholas says:

    Thank you very much. I’ve also copy&pasted the CSS code. :)

  8. Thank you for this information. :)

  9. nacho says:

    Thanks a lot, copy&paste and minor mods and, lots of time saved!

  10. Peter says:

    Thanks. Wondering why this isn’t inluded in WordPress since it is used. Strange. Anyway, just copy and paste and now it’s on the site.

  11. Ozgur says:

    Thank you, good information

  12. Glauco says:

    Great! Now this feature works in my bloglauco.com.

    However, I don’t understand why images with captions do not center in the page. This works when I set align LEFT or RIGHT, but not CENTER. Strange, isn’t it? Anybody could help me please?

    Example: take a look at this post from my blog:

    http://tinyurl.com/pv2pjz

    Imagens are at left.
    :-(

  13. Glauco says:

    Hey, I could fix the code. It’s OK now. Thanks. :-)

  14. Justin says:

    Great post! I’m using it in my blog now. I also stumbled it for you.

  15. Many thanks for this. :)

  16. Julian says:

    Excellent code, looks very nice!

  17. Jeremy says:

    Do I make this change in my style.css file?

  18. yes that’s correct :)

  19. Jeremy says:

    Thank you VERY much the help. The only things I needed to add were:

    .wp-caption.alignleft{
    float: left;
    padding: 3px 3px 0pt !important
    }
    .wp-caption.alignright{
    float: right;
    padding: 3px 3px 0pt !important
    }

Trackbacks/Pingbacks

  1.   How to get Image Captions to work in Wordpress 2.6 by Robert Merrill
  2. How to get Image Captions to work in Wordpress 2.6 | Utah Tech Jobs
  3. Estilo CSS para wp-caption en Wordpress | nosoloCodigo
  4. How to get wp-caption working in Wordpress 2.6 | Tenth Blog | Squico

Leave a Reply