Title: wpautop
Last modified: August 21, 2016

---

# wpautop

 *  Resolved [tayloroliphant](https://wordpress.org/support/users/tayloroliphant/)
 * (@tayloroliphant)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wpautop-2/)
 * Hello,
    Is there a way to turn wpautop on and off for wiki posting? I currently
   have the plugin “wp-autop control” installed to turn off autop, which works great
   except I can’t access it from the wiki so all wiki pages have autop turned off.
   I have easily confused users that kind of need autop but I can’t turn it on for
   the rest of my site because it would mess up my inbound RSS formatting. Any ideas?
 * [http://wordpress.org/plugins/wordpress-wiki-plugin/](http://wordpress.org/plugins/wordpress-wiki-plugin/)

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

 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wpautop-2/#post-4546186)
 * Hi [@tayloroliphant](https://wordpress.org/support/users/tayloroliphant/),
 * I hope you are well today and thank you for your question.
 * To turn on and off automatic formatting for wikis, add following code in the 
   functions.php file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using any of the following plugins to support custom fields
   in Wikis.
 *     ```
       add_action('init', 'my_custom_init');
       function my_custom_init() {
       	add_post_type_support( 'incsub_wiki', 'custom-fields' );
       }
       ```
   
 * [http://wordpress.org/plugins/add-actions-and-filters/](http://wordpress.org/plugins/add-actions-and-filters/)
   
   [http://wordpress.org/plugins/code-snippets/](http://wordpress.org/plugins/code-snippets/)
 * After adding support for custom fields, you will be able to turn on and off automatic
   formatting for wikis using [wpautop control plugin](http://wordpress.org/plugins/wpautop-control)
   as described on the following page.
 * [http://wordpress.org/plugins/wpautop-control/faq/](http://wordpress.org/plugins/wpautop-control/faq/)
 * Best Regards,
 *  Thread Starter [tayloroliphant](https://wordpress.org/support/users/tayloroliphant/)
 * (@tayloroliphant)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wpautop-2/#post-4546304)
 * Thank you very much for your help and sorry for the late reply. School knocked
   me out for a second. I did what you said using the add actions and filter plugin,
   it gives me custom fields, but wpautop isn’t available in the new menus on the
   wiki editing pages. Am I missing something?
 * Thanks! Any help is always appreciated.
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wpautop-2/#post-4546307)
 * Hi [@tayloroliphant](https://wordpress.org/support/users/tayloroliphant/),
 * You are welcome.
 * > it gives me custom fields, but wpautop isn’t available in the new menus on 
   > the wiki editing pages. Am I missing something?
 * To use wpautop in wikis as mentioned in [FAQ page ](http://wordpress.org/plugins/wpautop-control/faq/)
   in the previous reply link, you have to add a custom field called wpautop to 
   any post. When set to false, no or off, WordPress will no longer attempt to add
   <p> and tags to your posts and to use these tags set the field’s value to true,
   yes or on.
 * Kind Regards,
 *  Thread Starter [tayloroliphant](https://wordpress.org/support/users/tayloroliphant/)
 * (@tayloroliphant)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wpautop-2/#post-4546308)
 * I just realized I had a different autop plugin than the one you mentioned. Pardon
   me, I’m dumb sometimes. I’ll test out what you said a bit more and get back to
   you with something more logical. 🙂
 *  [David](https://wordpress.org/support/users/ugotsta/)
 * (@ugotsta)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wpautop-2/#post-4546309)
 * Hi [@tayloroliphant](https://wordpress.org/support/users/tayloroliphant/),
 * Thanks for looking into that. I believe it should work just fine. Looking forward
   to seeing how that goes for you. 🙂
 * Cheers,
    David
 *  Thread Starter [tayloroliphant](https://wordpress.org/support/users/tayloroliphant/)
 * (@tayloroliphant)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wpautop-2/#post-4546310)
 * Works great! Everything is entirely legit for my purposes now and I’ll begin 
   phasing in the changes across the wikis. You can see the site at socialjusticenow.
   org if you’re bored. It’s a student run site but when some donations turn up 
   I’d like to purchase your wiki system; very awesome product!
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/wpautop-2/#post-4546313)
 * Hi [@tayloroliphant](https://wordpress.org/support/users/tayloroliphant/),
 * You are most welcome, if I can be of any further assistance please don’t hesitate
   to ask 🙂
 * Cheers,

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

The topic ‘wpautop’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-wiki-plugin_a1b1b7.svg)
 * [Wiki](https://wordpress.org/plugins/wordpress-wiki-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-wiki-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-wiki-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-wiki-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-wiki-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-wiki-plugin/reviews/)

## Tags

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

 * 7 replies
 * 3 participants
 * Last reply from: [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/wpautop-2/#post-4546313)
 * Status: resolved