Email

The following shortcodes will be used to display jobs cards inside the email template
Example: {job_listings posts_per_page=12}
  • {job_listings} - used to display the latest jobs posted
    • Attributes
      • category
        (int/string) The id, slug or name of the category
      • posts_per_page
        (int) No. of displayed jobs. Default 12
      • featured
        (bool) Include featured jobs. Default false
  • {job_viewed_listings} - used to display the latest jobs viewed by the user receiving the email
    • Attributes
      • posts_per_page
        (int) No. of displayed jobs. Default 12
  • {job_checkout_viewed_listings} - used to display the most recent jobs where the user who received the email arrived on the checkout page, but didn’t complete the purchase
    • Attributes
      • posts_per_page
        (int) No. of displayed jobs. Default 12
  • {job_discount_listings} - used to display the latest jobs that have discount codes added by the seller
    • Attributes
      • posts_per_page
        (int) No. of displayed jobs. Default 12