Title: ayok's Replies | WordPress.org

---

# ayok

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [have_posts() is empty](https://wordpress.org/support/topic/have_posts-is-empty/)
 *  Thread Starter [ayok](https://wordpress.org/support/users/ayok/)
 * (@ayok)
 * [14 years ago](https://wordpress.org/support/topic/have_posts-is-empty/#post-2727015)
 * Hi alchymyth.
    I just got the solution from the template maker, [simplefolio](http://billxinli.com/2011/02/24/simplefolio-and-wordpress-3-1-fix/).
 *     ```
       $category = sf_get_category_id(get_option('sf_portfolio_category'));
       $slide_count = (get_option('sf_slider_slides')) ? get_option('sf_slider_slides') : 18;
       $text_count = (get_option('sf_slider_chars')) ? get_option('sf_slider_chars') : 100;
   
       $my_query = new WP_Query('showposts='.$slide_count.'&cat='.$category);
       ```
   
 * Thanks for the fast reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[plugins contact form 7] Database export](https://wordpress.org/support/topic/plugins-contact-form-7-database-export/)
 *  Thread Starter [ayok](https://wordpress.org/support/users/ayok/)
 * (@ayok)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugins-contact-form-7-database-export/#post-1968960)
 * Anyone? I thought it’s not a difficult questions.. Or do I ask to the wrong forum??

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