Viewing 1 replies (of 1 total)
  • Instead of

    $catergory = new WP_Query(cat_id=current_catergory);

    you want

    $catergory = new WP_Query("cat=$current_category");

    where $current_category holds the integer id of the desired category.

    By the way, I’d fix the misspelling of $catergory just because it’s likely to confuse things later.

Viewing 1 replies (of 1 total)

The topic ‘Post by Catergory’ is closed to new replies.