Title: Missing categories
Last modified: August 21, 2016

---

# Missing categories

 *  Resolved [paweljonik](https://wordpress.org/support/users/oddied/)
 * (@oddied)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/missing-categories-9/)
 * Looks like when I have category that hasn’t got any published posts – it’s missing
   from the list of categories to hide.
 * [http://wordpress.org/extend/plugins/wp-exclude-from-homepage/](http://wordpress.org/extend/plugins/wp-exclude-from-homepage/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [iziwebavenir](https://wordpress.org/support/users/iziwebavenir/)
 * (@iziwebavenir)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/missing-categories-9/#post-3699671)
 * Hello paweljonik,
 * i try to fix it soon as possible.
 * Best Regards
 *  Plugin Author [iziwebavenir](https://wordpress.org/support/users/iziwebavenir/)
 * (@iziwebavenir)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/missing-categories-9/#post-3699672)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-exclude-from-homepage_cfcfcf.svg)
 * [Name: WP Exclude From Homepage](https://wordpress.org/plugins/wp-exclude-from-homepage/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-exclude-from-homepage/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-exclude-from-homepage/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-exclude-from-homepage/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-exclude-from-homepage/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-exclude-from-homepage/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [iziwebavenir](https://wordpress.org/support/users/iziwebavenir/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/missing-categories-9/#post-3699672)
 * Status: resolved