Title: All categories
Last modified: August 21, 2016

---

# All categories

 *  [betorojas](https://wordpress.org/support/users/betorojas/)
 * (@betorojas)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/all-categories/)
 * Hi the plugins supports only a category and i want to show the float image in
   all categories any advice for this?
 * [http://wordpress.org/plugins/wp-float/](http://wordpress.org/plugins/wp-float/)

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

 *  [curious engineer](https://wordpress.org/support/users/erashishkatoch/)
 * (@erashishkatoch)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/all-categories/#post-4174079)
 * Hi,
 * Open wp-float.php
 * Go to line 539,below code is written there.You can change it for showing floating
   image in all categories.I have modified this for specific page display.(i.e corporate
   enterprise solution)
 * if (is_page(‘corporate-enterprise-solution’) && isset($home) && $home == 1 ||
   is_single() && isset($single) && $single == 1 || is_page() && isset($page) &&
   $page == 1 || is_front_page() && isset($home) && $home == 0 || isset($cat) &&
   $cat == 1 && $catname == $catlist && is_single() ) { ?>
 * Thanks
 *  [Albert Brückmann](https://wordpress.org/support/users/planetshaker/)
 * (@planetshaker)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/all-categories/#post-4174084)
 * Can the developer please add the option “Show in all Categories” or make checkboxes
   instead of a select field? With the next update, these changes will be overwritten!

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

The topic ‘All categories’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-float.svg)
 * [WP Float](https://wordpress.org/plugins/wp-float/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-float/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-float/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-float/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-float/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-float/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Albert Brückmann](https://wordpress.org/support/users/planetshaker/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/all-categories/#post-4174084)
 * Status: not resolved