Title: Filter problems
Last modified: August 22, 2016

---

# Filter problems

 *  [vinsensei](https://wordpress.org/support/users/vinsensei/)
 * (@vinsensei)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/filter-problems/)
 * Hi,
 * i have a problem with a plugin rio portfolio.
    I create a page in my custom theme.
   in this page there is a normal loop for a page but my filter not found, All category
   it’s selected and the other category not found.
 * [http://robertomartino.it/portfolio-2/](http://robertomartino.it/portfolio-2/)
 * Thanks,
    V
 * [https://wordpress.org/plugins/rio-portfolio/](https://wordpress.org/plugins/rio-portfolio/)

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

 *  Thread Starter [vinsensei](https://wordpress.org/support/users/vinsensei/)
 * (@vinsensei)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/filter-problems/#post-5431712)
 * this is a loop, i put in this page [rio-portfolio] but not found
 *     ```
       <div class="span12 first-module module_number_1 module_cont  module_text_area">
                                               <?php if (have_posts()) : ?>
                                                   <?php while (have_posts()) : the_post(); ?>
                                                       <div <?php post_class(); ?>>
                                                           <div class="bg_title">
                                                               <h2 class="headInModule">
                                                                   <?php the_title(); ?>
                                                               </h2>
                                                           </div>
                                                           <div class="module_content">
                                                               <?php the_content(); ?>
                                                           <?php endwhile; ?>
                                                       <?php else: ?>
                                                           <h2><?php _e('Non trovato'); ?></h2>
                                                           <p class="center"><?php _e('Siamo spiacenti, quello che stavi cercando non è su questa pagina'); ?></p>
                                                       <?php endif; ?> 
   
                                                   </div>
                                               </div>
                                           </div>
       ```
   
 *  Thread Starter [vinsensei](https://wordpress.org/support/users/vinsensei/)
 * (@vinsensei)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/filter-problems/#post-5431713)
 * and this is a header:
 *     ```
       <!DOCTYPE html>
       <html class="content-align-center">
           <head>
               <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
               <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
               <link rel="shortcut icon" href="img/favico.ico" type="image/x-icon">
               <title><?php bloginfo('name'); ?></title>
               <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" type="text/css">
               <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
               <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/theme.css" type="text/css" media="all" />
               <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/responsive.css" type="text/css" media="all" />
               <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/custom.css" type="text/css" media="all" />
               <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
               <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/jquery.min.js"></script>
               <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
               <link rel="alternate" title="<?php printf(__('%s RSS Feed', 'nome'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
               <?php wp_head(); ?>
           </head>
       ```
   
 *  [socialorator](https://wordpress.org/support/users/socialorator/)
 * (@socialorator)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/filter-problems/#post-5432077)
 * Solution to when the filter is only showing contents of portfolio on all.
 * [https://wordpress.org/support/topic/problem-with-filter-solution?replies=4#post-6531239](https://wordpress.org/support/topic/problem-with-filter-solution?replies=4#post-6531239)
 * Huge thanks to [@pkollias](https://wordpress.org/support/users/pkollias/)

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

The topic ‘Filter problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/rio-portfolio_523f6d.svg)
 * [Rio Portfolio](https://wordpress.org/plugins/rio-portfolio/)
 * [Support Threads](https://wordpress.org/support/plugin/rio-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/rio-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/rio-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/rio-portfolio/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [socialorator](https://wordpress.org/support/users/socialorator/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/filter-problems/#post-5432077)
 * Status: not resolved