• Skip to fullPage navigation
  • Skip to primary navigation
  • Skip to main content
Krolyn Studios

Krolyn Studios

Precoded Clips for WP Clips

  • Precoded Clips
  • Demos
    • Full-Window Genesis Responsive Slider
    • Genesis Responsive Slider Custom Classes
    • Genesis Responsive Slider V-Middle Excerpt
    • Genesis Simple Mega Menu
    • Genesis Alvaro Trigo fullPage
    • Genesis Bgrd Featured Image Effects
    • Genesis Isotope Filters
  • WP Clips

Genesis Isotope Filters

v2.0.2 / Demo
Dwnlds737

This Clip adds Metafizzy’s Isotope filters to most Genesis child themes (filter by category, tag or author).

Category: Free Clips
  • Download
  • Setup
  • Comments
Requirements
WP Clips - download and install latest version

Genesis v2.2+ (by StudioPress) + most child themes


Installation / Updates
  1. Download the Precoded Clip zip file.
  2. clip-genesis-isotope-filters.2.0.2.zip

    Download Clip
  3. Go to Settings > Clips in WordPress admin and install via 'WP Clips Manager'; OR unzip and upload via FTP (or file manager) to the /wp-content/clips/precoded/ directory.

Credits / Sponsors
Clip authored by Jon Barratt / Krolyn

The Genesis Isotope Filters Clip has been developed under the Isotope Commercial Developer License from Metafizzy http://metafizzy.co

Description

Using the Clip

Set and forget.

The Clip adds isotope filtering for categories, tags and users (who have authored at least one post) on blog, archive, and search pages. A search form is also included.

 
Notes

Conditions and filters can be altered by adding the following filter code to your custom Clip’s custom-functions.php file (for example) –

add_filter( 'clip_genesis_isotope_filters’, ‘my_custom_filter’, 10, 2 );
function my_custom_filter( $filters, $query ) {

   if( /* Add custom conditions for another filter here */ ) {

      $terms = get_terms( $taxonomy ); /* Custom taxonomy is $taxonomy */

      if( ! empty( $terms ) && ! is_tax( $taxonomy ) {

         $filters[ $taxonomy ] = array(
                ‘title’ => __( ‘Taxonomy Title’, ‘wp-clips’ ),
		‘vals’ => []
	 );

	 foreach( $terms as $term ) {

             $filters[ $taxonomy ][ ‘vals’ ][] = array(
                    ‘slug’ => $term->slug,
                    ‘name’ => $term->name
                );
         }		
   }
   return $filters;
}

The Clip forces a full-width content layout.

The Clip was developed on the Genesis Sample Child Theme. Additional styling may be required for other Genesis child themes.

For more information on Isotope, visit http://isotope.metafizzy.co

Reviews

There are no reviews yet.

Cancel reply

Your email address will not be published. Required fields are marked *

  • WP Clips
  • WP Clips Multisite
  • Krolyn’s ClipBank

© Copyright 2015 Krolyn Studios · Privacy Policy · Contact