• Hello,

    A little problems, which ive been spending a couple of hours already on.

    ‘post_category’ => array(3) works

    $category = 3;
    ‘post_category’ => array($category) works

    $category = ‘3’;
    ‘post_category’ => array($category) works

    $category = $_get[‘cat’];
    ‘post_category’ => array($category) doesn’t work

    Link is: /wp-post.php?cat=3

    Thanks

The topic ‘$category within post_category array’ is closed to new replies.