Posterboard Documentation Error

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 8 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18663

    At this URL in the documentation, I think there is an error. In the second example, the documentation states that multiple filters should be specified in a comma-delimited list, but the example code shows a space-delimited list.

    Howard Jacobson
    #18671

    Hi Howard,

    I think that page is misleading. The term filters means the filters attribute, e.g:

     [event_board filters="state"]
    

    which would indeed be separated by commas:

     [event_board filters="state,category"]
    

    But the second example doesn’t contain any filters, just attributes, which are separated by spaces:

    [event_board event_start_after="now" event_start_before="+1 week"]
    

    I’ll update that page to make it less confusing.

    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.