Stop WordPress automatically showing

tags

前端 未结 7 2355
猫巷女王i
猫巷女王i 2021-01-02 13:05

Wordpress automatically generate lot of unwanted

tags every where. Even the img tag also wrap by these

t

7条回答
  •  春和景丽
    2021-01-02 13:40

    Go into the theme editing area of WP admin.

    Add this code to your functions.php file, and save it.

    
    

    Now, when writing a post/page, use [raw][/raw] tags to surround that parts of the post/page that you do not want formatted.

    OR

     
    

    and place this directly above:

    
    

    it should look like this:

    
    
    
    

提交回复
热议问题