Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author iziwebavenir

    (@iziwebavenir)

    Hello paweljonik,

    i try to fix it soon as possible.

    Best Regards

    Plugin Author iziwebavenir

    (@iziwebavenir)

    Hello paweljonik, I found a way to fix your problem :

    in wp-exclude-from-homepage.php :

    line 119 find:
    $cats = get_categories();

    replace it by:
    $args_cat = array (‘hide_empty’=> 0);
    $cats = get_categories($args_cat);

    I will integrate this in the next plugin release.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing categories’ is closed to new replies.