How to add automatic class in image for wordpress post

后端 未结 12 1486
时光说笑
时光说笑 2020-12-02 13:53

I want to make a responsive theme with Bootstrap 3. However, I need to automatically add the CSS class .img-responsive to every post image because I need the i

12条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 14:24

    Classes are not added on upload, but when the image is sent to the editor. You can use the image_send_to_editor filter to add one or more classes. This example adds a fancybox class.

提交回复
热议问题