Skip to content
custom-logo
  • Home
  • Download Free
  • Get Pro
  • Home
  • Download Free
  • Get Pro

Getting Started

  • Introduction
  • Installation
  • Dashboard

Tasks

  • Overview
  • Copying a Task
  • Creating a Task
  • Editing a Task
  • Deleting a Task
  • Converting a Task to a Project
  • Subtasks
  • Exporting & Importing Tasks
  • Filtering Tasks
  • Printing a Task

Projects

  • Overview
  • Editing a Project
  • Deleting a Project
  • Copying a Project
  • Project Discussions
  • Exporting & Importing Projects
  • Adding Projects to the Dashboard
  • Project Status

Categories

  • Overview
  • Overview
  • Creating Categories
  • Editing Categories
  • Deleting Categories
  • Assigning Categories to Projects

Teams & Users

  • Permissions & Roles
  • Teams & Members
  • Setting Up Users
  • Creating Users

Files

  • File Manager

Calendar

  • Overview

Reporting & Statistics

  • Activity
  • Reporting

Frontend Project Manager

  • Overview

Custom Fields

  • Overview
  • Adding Custom Fields to Tasks
  • Creating Custom Fields
  • Deleting Custom Fields

Shortcodes

  • Projects
  • Shortcodes
  • Activity
  • Files
  • Calendar
  • Tasks

Integrations

  • Asana Integration

Developer

  • Action Hooks
  • REST API

Task Templates

  • Overview

Usability

  • Shortcuts

Mobile App

  • Overview

Troubleshooting

  • Debugging and Troubleshooting Errors
  • Home
  • /
  • Docs
  • /
  • Shortcodes
  • /
  • Shortcodes

Shortcodes

Table of Contents
  • Tasks:
    • List of all tasks:
    • Single Task:
    • List project tasks:
    • Display tasks of certain member:
    • New Task Button:
  • Projects:
    • Display all projects:
    • Single Project:
  • Calendar:
  • Files:
    • Display all files:
    • Display files for a certain task:
    • Display files for a certain project:
    • Uploading files:
  • Activity:
    • All Activity:
    • Activity Limit:

Tasks: #

List of all tasks: #

You can list all tasks by using the following shortcode:

[zephyr_task]

Single Task: #

To display a specific task based on the task ID, you can add the ‘id’ attribute as shown below:

[zephyr_task id="1"]

List project tasks: #

To display a list of tasks for a specific project, you can add the ‘project’ attribute:

[zephyr_task project="id_of_project"]

Display tasks of certain member: #

You can display a certain members tasks by adding the ‘assignee’ attribute as shown below:

[zephyr_task assignee="1"]

Alternatively you can use “current” as the assignee value to dynamically show the tasks of the currently logged in member

New Task Button: #

You can add a ‘New Task’ button to allow users to create new tasks by using the following shortcode:

[zephyr_new_task_button]

Projects: #

Display all projects: #

You can display a list of all projects using the following shortcode:

[zephyr_project]

Single Project: #

You can display a specific project by adding the project ‘id’ attribute:

[zephyr_project id=“id_of_project”]

It will also display all the tasks for that project

Calendar: #

This has now been added:

[zephyr_calendar]

Files: #

Display all files: #

You can add the following shortcode to display all files:

[zephyr_files]

Display files for a certain task: #

Display task files for a specific task by using the following shortcode:

[zephyr_files task=“id_of_task”]

Display files for a certain project: #

Display project files for a specific project by using the following shortcode:

[zephyr_files project=“id_of_project”]

Uploading files: #

General upload (neither projects nor tasks):

[zephyr_file_upload]

Upload to specific task:

[zephyr_file_upload task="id_of_task"]

Upload to specific project:

[zephyr_file_upload project="id_of_project"]

Activity: #

All Activity: #

You can display all the Zephyr activities logs using the following shortcode:

[zephyr_activity]

Activity Limit: #

You can add the ‘max’ attribute to set how many activity entries should be shown

[zephyr_activity limit="10"]

Was this helpful?
ProjectsActivity
Table of Contents
  • Tasks:
    • List of all tasks:
    • Single Task:
    • List project tasks:
    • Display tasks of certain member:
    • New Task Button:
  • Projects:
    • Display all projects:
    • Single Project:
  • Calendar:
  • Files:
    • Display all files:
    • Display files for a certain task:
    • Display files for a certain project:
    • Uploading files:
  • Activity:
    • All Activity:
    • Activity Limit: