Shop


Subject +

Style +

Artist +

Color +

  • Black(0)
  • Blue(0)
  • Bronze(0)
  • Brown(0)
  • Gold(0)
  • Gray(0)
  • Green(0)
  • Multicolor(0)
  • Neutral(0)
  • Orange(0)
  • Pink(0)
  • Purple(0)
  • Red(0)
  • Silver(0)
  • White(0)
  • Yellow(0)

Room +

Frame +

Holiday / Occassion +

Material +

Pattern +

Number of Pieces +

Shape +

  • Landscape (0)

    Landscape (0)

  • Panoramic (0)

    Panoramic (0)

  • Portrait (0)

    Portrait (0)

  • Slim (0)

    Slim (0)

  • Square (0)

    Square (0)

Size +

  • 0 10" x 10"
  • 0 11" x 14"
  • 0 11" x 17"
  • 0 12" x 12"
  • 0 12" x 16"
  • 0 12" x 18"
  • 0 16" x 16"
  • 0 16" x 20"
  • 0 16" x 24"
  • 0 18" x 24"
  • 0 20" x 28"
  • 0 20" x 30"
  • 0 22" x 28"
  • 0 24" x 32"
  • 0 24" x 36"
  • 0 28" x 40"
  • 0 30" x 40"
  • 0 36" x 48"
  • 0 5" x 7"
  • 0 6" x 8"
  • 0 8" x 10"
  • 0 8" x 12"
  • 0 9" x 11"
  • 0 A0 - 33.1" x 46.8"
  • 0 A1 - 23.4" x 33.1"
  • 0 A2 - 16.5" x 23.4"
  • 0 A3 - 11.7" x 16.5"
  • 0 A4 - 8.3" x 11.7"
  • 0 A5 - 5.8" x 8.3"
jQuery(document).ready(function($) { function hideEmptyWPC() { // Find every filter item and hide it if the count is 0 $('.wpc-filter-item').each(function() { var count = $(this).find('.wpc-term-count').text().replace(/[^0-9]/g, ''); if (count === '0') { $(this).hide(); } }); } // Run on page load hideEmptyWPC(); // Run again whenever the filter updates (AJAX) $(document).on('wpc_after_filter_posts', function() { hideEmptyWPC(); }); });