Post

  • [post_title] - displays the post title
    • Attributes
      • title
        (string) The title you want
      • pid
        (int) The post ID for which the display is made
      • uid
        (int) The user ID for which the display is made
      • icon
        (bool) Determine if the title has an icon
      • link
        (string) The link for the title
      • heading_class
        (string) The heading CSS class
      • title_class
        (string) The title CSS class
      • title_colour
        (string) The title colour
      • icon_class
        (string) The Semantic UI class for icon
      • icon_colour
        (string) The icon colour
  • [post_category] - displays the post category name
  • [post_category_description] - displays the post category description
  • [post_category_url] - displays the post category URL
    • Attributes
      • category
        (int) The ID of the category from which to display
      • taxonomy
        (string) The taxonomy for which the display is made. Default job_cat
  • [post_category_and_subcategory] - displays the post category and subcategory
    • Attributes
      • pid
        (int) The post ID for which the display is made
      • taxonomy
        (string) The taxonomy for which the display is made
  • [post_subcategories_list] - displays the post subcategory
    • Attributes
      • taxonomy_name
        (string) The taxonomy for which the display is made
  • [post_image] - displays the post image
    • Attributes
      • pid
        (int) The post ID for which the display is made
      • width
        (int) The width of the image
      • height
        (int) The height of the image
  • [post_layout_switcher] - displays the jobs layout switcher
    • Attributes
      • classes
        (string) The CSS classes of the switcher. Default grid-switch-relative
  • [post_sort_filter] - displays the sort filter
    • Attributes
      • post_type
        (string) The post type for which the search is made. Values job/request
      • classes
        (string) The CSS classes of the filter.