Shop


Subject +

Style +

  • Fine Art (1)

Artist +

Color +

Room +

Frame +

  • Black (1)

  • Dark Wood (1)

  • Poster / Print Only (1)

  • Red Oak (1)

  • White (1)

  • Wood (1)

Holiday / Occassion +

Material +

Pattern +

Number of Pieces +

Shape +

  • Landscape (1)

  • Panoramic (1)

  • Portrait (1)

  • Slim (1)

  • Square (1)

Size +

  • 1 10" x 10"
  • 1 11" x 14"
  • 1 11" x 17"
  • 1 12" x 12"
  • 1 12" x 16"
  • 1 12" x 18"
  • 1 16" x 16"
  • 1 16" x 20"
  • 1 16" x 24"
  • 1 18" x 24"
  • 1 20" x 28"
  • 1 20" x 30"
  • 1 22" x 28"
  • 1 24" x 32"
  • 1 24" x 36"
  • 1 28" x 40"
  • 1 30" x 40"
  • 1 36" x 48"
  • 1 5" x 7"
  • 1 6" x 8"
  • 1 8" x 10"
  • 1 8" x 12"
  • 1 9" x 11"
  • 1 A0 - 33.1" x 46.8"
  • 1 A1 - 23.4" x 33.1"
  • 1 A2 - 16.5" x 23.4"
  • 1 A3 - 11.7" x 16.5"
  • 1 A4 - 8.3" x 11.7"
  • 1 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(); }); });