Title: Kinney21's Replies | WordPress.org

---

# Kinney21

  [  ](https://wordpress.org/support/users/kinney21/)

 *   [Profile](https://wordpress.org/support/users/kinney21/)
 *   [Topics Started](https://wordpress.org/support/users/kinney21/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kinney21/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kinney21/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kinney21/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kinney21/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kinney21/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TAB SLIDE] [Plugin: TAB SLIDE] Convert page to tab?](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/)
 *  Thread Starter [Kinney21](https://wordpress.org/support/users/kinney21/)
 * (@kinney21)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/#post-2544709)
 * I may have found the solution, though I’m not sure if it messes up anything else:
 * Use the wpautop() function.
    [http://codex.wordpress.org/Function_Reference/wpautop](http://codex.wordpress.org/Function_Reference/wpautop)
 * So in post.php, change:
    $content = $my_post[‘post_content’]; to $content = wpautop(
   $my_post[‘post_content’]);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TAB SLIDE] [Plugin: TAB SLIDE] Convert page to tab?](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/)
 *  Thread Starter [Kinney21](https://wordpress.org/support/users/kinney21/)
 * (@kinney21)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/#post-2544708)
 * I have noticed that when it pulls the content for a certain post, it doesn’t 
   include any of the <p> tags (but it will include other tags like <h1>, <h2> and
   < a > tags). It looks like WordPress will add the <p> tags back in when displaying
   the page content as a page or post. How do I add the <p> tags back into the content
   when displaying the info in the tab?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TAB SLIDE] [Plugin: TAB SLIDE] Convert page to tab?](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/)
 *  Thread Starter [Kinney21](https://wordpress.org/support/users/kinney21/)
 * (@kinney21)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/#post-2544706)
 * Thank you Zoranc, that worked!
 * (and you’re welcome 🙂 )
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TAB SLIDE] [Plugin: TAB SLIDE] Convert page to tab?](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/)
 *  Thread Starter [Kinney21](https://wordpress.org/support/users/kinney21/)
 * (@kinney21)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/#post-2544700)
 * The content not loading on the other pages (besides the homepage) has something
   to do with Permalink settings. If I use the default, it works. If I use a custom
   setting, it doesn’t. I don’t like to use the default (with the ?p=123) as it 
   makes referencing pages much more difficult. Any thoughts to fix this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TAB SLIDE] [Plugin: TAB SLIDE] Convert page to tab?](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/)
 *  Thread Starter [Kinney21](https://wordpress.org/support/users/kinney21/)
 * (@kinney21)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-tab-slide-convert-page-to-tab/#post-2544696)
 * The tab is appearing, but the content only loads on the homepage. On the rest
   of the pages, there is a tab that opens, but there is no content within. Please
   help!
 * [http://www.thinkmoxie.com/moxie_newsite/](http://www.thinkmoxie.com/moxie_newsite/)

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