Title: tipem's Replies | WordPress.org

---

# tipem

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin user permissions?](https://wordpress.org/support/topic/plugin-user-permissions/)
 *  Thread Starter [tipem](https://wordpress.org/support/users/tipem/)
 * (@tipem)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/plugin-user-permissions/#post-861070)
 * Any one?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress other custom rewrite rules](https://wordpress.org/support/topic/wordpress-other-custom-rewrite-rules/)
 *  Thread Starter [tipem](https://wordpress.org/support/users/tipem/)
 * (@tipem)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/wordpress-other-custom-rewrite-rules/#post-839107)
 * This works:
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       [....] MY FANCY RULES HERE [....]
       </IfModule>
   
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress other custom rewrite rules](https://wordpress.org/support/topic/wordpress-other-custom-rewrite-rules/)
 *  Thread Starter [tipem](https://wordpress.org/support/users/tipem/)
 * (@tipem)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/wordpress-other-custom-rewrite-rules/#post-839106)
 * anybody know how to?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Get all posts from a category?](https://wordpress.org/support/topic/get-all-posts-from-a-category/)
 *  Thread Starter [tipem](https://wordpress.org/support/users/tipem/)
 * (@tipem)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/get-all-posts-from-a-category/#post-835214)
 * I figured it out. The function I needed was [b]get_posts()[/b]. Solved!

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