Title: loststylus's Replies | WordPress.org

---

# loststylus

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

 *   [Profile](https://wordpress.org/support/users/loststylus/)
 *   [Topics Started](https://wordpress.org/support/users/loststylus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/loststylus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/loststylus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/loststylus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/loststylus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/loststylus/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: [Vote it Up – display most voted from one category](https://wordpress.org/support/topic/vote-it-up-display-most-voted-from-one-category/)
 *  [loststylus](https://wordpress.org/support/users/loststylus/)
 * (@loststylus)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/vote-it-up-display-most-voted-from-one-category/#post-1022907)
 * Did you ever find the solution? (even from all categories)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wpautop is NOT working](https://wordpress.org/support/topic/wpautop-is-not-working/)
 *  Thread Starter [loststylus](https://wordpress.org/support/users/loststylus/)
 * (@loststylus)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wpautop-is-not-working/#post-1426767)
 * Replaced
 *     ```
       if(get_post_meta($this_post_id, 'anonPost', true) == 'true'){
       //...
       }
       else{
       		return get_the_content();
       	}
       ```
   
 * with
 *     ```
       if(get_post_meta($this_post_id, 'anonPost', true) == 'true'){
       //...
       }
       else{
       		return wpautop(get_the_content());
       	}
       ```
   
 * In Anon Post
 * It works now, but i am not sure if it is the best option.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wpautop is NOT working](https://wordpress.org/support/topic/wpautop-is-not-working/)
 *  Thread Starter [loststylus](https://wordpress.org/support/users/loststylus/)
 * (@loststylus)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wpautop-is-not-working/#post-1426765)
 * Oh, wait a second… i must apologize. I actually had Anon Posting plugin activated(
   somehow i didn’t notice that) – disabling it fixes the problem. I’ll try to investigate
   it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wpautop is NOT working](https://wordpress.org/support/topic/wpautop-is-not-working/)
 *  Thread Starter [loststylus](https://wordpress.org/support/users/loststylus/)
 * (@loststylus)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wpautop-is-not-working/#post-1426762)
 * I cannot do that, unfortunately, because i’m running it locally, but I can try
   to provide some additional information.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wpautop is NOT working](https://wordpress.org/support/topic/wpautop-is-not-working/)
 *  Thread Starter [loststylus](https://wordpress.org/support/users/loststylus/)
 * (@loststylus)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/wpautop-is-not-working/#post-1426724)
 * Btw, I also tried to do smth like `<?php wpautop(the_content())' ?>` mannually–
   that doesn’t work either.

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