Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: have_posts() is empty
    Thread Starter ayok

    (@ayok)

    Hi alchymyth.
    I just got the solution from the template maker, simplefolio.

    $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.

    Thread Starter ayok

    (@ayok)

    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)