Title: Help Needed With Filter Function
Last modified: August 19, 2016

---

# Help Needed With Filter Function

 *  [erniegarcia](https://wordpress.org/support/users/erniegarcia/)
 * (@erniegarcia)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/help-needed-with-filter-function/)
 * My website:
    [http://tinyurl.com/682k3tc](http://tinyurl.com/682k3tc)
 * WordPress Theme:
    Habitat
 * I need help creating a filter function that will force the “post count” for my
   AVH Extended Categories plugin widgets to display inline. If you look at the 
   top two categories on my site you will see that the post count shows up on the
   line below (the categories affected are AVH Extended Categories widgets).
 * Any help would be much appreciated.

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/help-needed-with-filter-function/?output_format=md)
[1](https://wordpress.org/support/topic/help-needed-with-filter-function/?output_format=md)
2

 *  [Steph](https://wordpress.org/support/users/scarydakis/)
 * (@scarydakis)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/help-needed-with-filter-function/page/2/#post-1908706)
 * I use this CSS:
 *     ```
       .widget_extended-categories .avhec-widget-line
       {
       	display: block !important;
       	position: relative;
       	top: 0;
       }
       .widget_extended-categories .avhec-widget-count
       {
       	position: absolute;
       	right: 10px;
       	top: 6px;
       }
   
       .widget_extended-categories ul li li .avhec-widget-count
       {
       	top: 4px;
       }
       ```
   
 * You will have to adjust the positions as required.

Viewing 16 replies (of 16 total)

[←](https://wordpress.org/support/topic/help-needed-with-filter-function/?output_format=md)
[1](https://wordpress.org/support/topic/help-needed-with-filter-function/?output_format=md)
2

The topic ‘Help Needed With Filter Function’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 16 replies
 * 4 participants
 * Last reply from: [Steph](https://wordpress.org/support/users/scarydakis/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/help-needed-with-filter-function/page/2/#post-1908706)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
