Title: WordPress shortcode_unautop shortcode not functioning
Last modified: August 31, 2016

---

# WordPress shortcode_unautop shortcode not functioning

 *  [Anders Søgaard](https://wordpress.org/support/users/andershagbard/)
 * (@andershagbard)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wordpress-shortcode_unautop-shortcode-not-functioning/)
 * Hello,
 * I have made my own theme with shortcodes to WordPress.
 * In my filters i have:
 *     ```
       remove_filter('the_content', 'wpautop');
       add_filter('the_content', 'wpautop', 99);
       add_filter('the_content', 'shortcode_unautop', 100);
       ```
   
 * This should remove paragraph tags around and in my shortcodes.
 * My shortcode output: [http://pastebin.com/EdXvmauY](http://pastebin.com/EdXvmauY)(
   Partial of the entire code)
    This produces: [http://pastebin.com/psfBuDhM](http://pastebin.com/psfBuDhM)
 * Note the additional <p> tags at line 15, 29 and 43.
    The paragraph tags disappear
   if i remove the anchor tag in my shortcode, but thats not a solution i can use.

Viewing 1 replies (of 1 total)

 *  Thread Starter [Anders Søgaard](https://wordpress.org/support/users/andershagbard/)
 * (@andershagbard)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-shortcode_unautop-shortcode-not-functioning/#post-7025696)
 * This is still an issue. You can see the live version on [http://youfront.dk](http://youfront.dk).
   
   If you look in the sourcecode, the first error should be on line 133.

Viewing 1 replies (of 1 total)

The topic ‘WordPress shortcode_unautop shortcode not functioning’ is closed to new
replies.

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 1 participant
 * Last reply from: [Anders Søgaard](https://wordpress.org/support/users/andershagbard/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/wordpress-shortcode_unautop-shortcode-not-functioning/#post-7025696)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
