At a minimum, the set of project IDs must be specified by projectIds or the campaignId parameter. Project IDs must be separated by commas:
{% include projectListing/imageGrid projectIds='554,26863,7483' %} A single campaign ID may be specified using the campaignId attribute.
{% include projectListing/imageGrid campaignId='435' %} By default, the order of the projects is unspecified. This can be changed to be the are listed by using the ‘fixed’ flag. This has no effect when projects are specified by campaignId.
{% include projectListing/imageGrid campaignId='435' random=true limit=2 %}By default, the order of the projects is unspecified. This can be changed to be the are listed by using the ‘fixed’ flag. This has no effect when projects are specified by campaignId.
{% include projectListing/imageGrid projectIds='554,26863,7483' fixedOrder=true %}
{% include projectListing/imageGrid projectIds='7483,26863,554' fixedOrder=true %}The previous example for campaignId included a hidden limit flag to limit the number of projects displayed.
{% include projectListing/imageGrid campaignId='435' limit=12 %}{% include projectListing/imageGrid campaignId='435' random=true limit=6 showDonateButton=true %}