document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. The [paintings] shortcode is used to display paintings. Only published painting records with a photo (a featured image) are displayed.
  2.  
  3. [paintings category="" expiry="" mode=""]
  4.  
  5. category:    Category ID (number)
  6.  
  7. expiry :     optional date that this collection should expire. Leave blank for no expiry date.
  8.          expired collections don\'t have the enquiry cart feature, and no painting price or sold status is displayed in expired collections.
  9.  
  10. mode:        If mode="purchase", the painting prices are shown and customers can add them to their purchase cart without having to submit an enquiry first. If mode="" or mode="enquiry" or mode isn\'t specified, then it enquiry cart mode is used.
  11.  
  12.  
  13. Examples:
  14.  
  15. Display all paintings from category ID 1234:
  16. [paintings category="1234"]
  17.  
  18. Display all paintings from category ID 1234, and automatically expire on 17 October 2013:
  19. [paintings category="1234" expiry="17 October 2013"]
  20.  
  21. Display all paintings from category ID 5678 in purchase mode (eg special offers):
  22. [paintings category="5678" mode="purchase"]
  23.  
  24. To display paintings with text above and below (ie text not in an infopop), use the [paintings_narrow] shortcode instead of the [paintings] shortcode.
');