Exemplo n.º 1
0
                echo $xyz;
                ?>
').toggleClass('appear');
                      jQuery('#expand<?php 
                echo $xyz;
                ?>
').toggleClass('animated fadeIn');
                  });
               </script>
             <?php 
            }
            ?>
             <!-- end of the loop -->
             <!-- pagination here -->
             <?php 
            the_custom_numbered_nav($the_query);
            ?>
 
             <?php 
            wp_reset_postdata();
            ?>
         <?php 
        } else {
            ?>
                <p><?php 
            _e('Sorry, no posts matched your criteria.');
            ?>
</p>
         <?php 
        }
        ?>
Exemplo n.º 2
0
   
         <script>
            jQuery('#trigger-expand<?php 
    echo $xyz;
    ?>
').click(function() {
                jQuery('#expand<?php 
    echo $xyz;
    ?>
').toggleClass('appear');
                jQuery('#expand<?php 
    echo $xyz;
    ?>
').toggleClass('animated fadeIn');
            });
         </script>
         <?php 
}
// end of the loop.
?>
         <?php 
the_custom_numbered_nav($consulta);
?>
  
         <?php 
wp_reset_postdata();
?>
      </div>
   </section>
<?php 
get_footer();