Title: [Plugin: Nimble Portfolio] Filter Help
Last modified: August 22, 2016

---

# [Plugin: Nimble Portfolio] Filter Help

 *  [needhelpwithnimble](https://wordpress.org/support/users/needhelpwithnimble/)
 * (@needhelpwithnimble)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/plugin-nimble-portfolio-filter-help/)
 * I recently purchased a plugin called Nimble Portfolio iHover and I’ve failed 
   to receive support when I e-mail then so I’m hoping someone here could help me
   out real quick. I’m fairly new to wordpress right now, I just got out of school
   and I’m still learning so I’m not 100% certain of how this plugin works.
 * Anyways; this is my client’s website:
 * [http://www.js.htpwebdesign.ca](http://www.js.htpwebdesign.ca)
 * If you go to the projects page
 * [http://js.htpwebdesign.ca/jsre-projects/](http://js.htpwebdesign.ca/jsre-projects/)
 * you can see the filters at the top of the page by year, but if you are to click“
   2013” for example on the first page, nothing appears because nothing is tagged
   in 2013 for the 9 images on that page.
 * My client would like it so that no pages are left blank, and they want the page
   to show the 2013 projects even if there are no 2013 projects on that page, is
   this possible? Here is my filters.php file, i’m not sure how to do this.
 * `
    <?php $args = array(); if (isset($this->atts['filters']) && $this->atts['filters']){
   $filters_r = explode(",", $this->atts['filters']); sort($filters_r); $filters
   = implode(",", $filters_r); $args['include'] = $filters; $args['hierarchical']
   = 1; }
 * $filters = $this->getFilters($args);
    foreach ($filters as $filter) { $filter_atts
   = array(); $filter_atts['href'] = get_term_link($filter->slug, $this->taxonomy);
   $filter_atts['rel'] = $filter->slug; $filter_atts['class'] = array("-filter");
   $filter_atts['id'] = "filter-" . $filter->term_id; $filter_atts = apply_filters('
   nimble_portfolio_filter_atts', $filter_atts, $filter); ?> ><?php echo apply_filters('
   nimble_portfolio_filter_name', $filter->name, $filter); ?> <?php }
 * does anyone know how to fix this issue?

The topic ‘[Plugin: Nimble Portfolio] Filter Help’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [needhelpwithnimble](https://wordpress.org/support/users/needhelpwithnimble/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/plugin-nimble-portfolio-filter-help/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
