• It’s possible to show in the slide only the post with especific category?… Now show all the post, but I only want show someones.

    Anaway, hanks for the theme

Viewing 1 replies (of 1 total)
  • Thread Starter ulises2010

    (@ulises2010)

    I got it changing in the index.php this line

    $fPosts = new WP_Query( $args );

    for this

    $fPosts = new WP_Query( 'cat=2' );

Viewing 1 replies (of 1 total)

The topic ‘Slide only a category’ is closed to new replies.