Viewing 4 reply threads
  • Author
    Posts
    • #6496
      Morgan
      Member

      Is it possible to add a workflow to edit.php for a post type? I would love to have a couple tabs for reports when viewing custom post types.

    • #6497
      Steve
      Keymaster

      @moneal– WorkFlow tabs can go almost anywhere including edit.php. Check out the built-in demos. They have Workflows there.

    • #6498
      Morgan
      Member

      Thanks. My position was set to title so it wasn’t working when I tired. Changed to body and it works great.

    • #6499
      Morgan
      Member

      I just noticed the the new WorkFlow shows on all post types not just the one I specified. Here is my header:

      <?php
      /*
      Flow: Equipment Summary
      Page: edit.php
      Post Type: equipment
      Header: true
      Position: body
      *

      Is this correct? Its showing for all my post types including pages. Using Version 0.9.9.7 on WP 4.5.2

    • #6500
      Steve
      Keymaster

      edit.php is for actual POSTs. If you want for equipment, try:
      Page: post.php, post-new.php, post-edit.php

Viewing 4 reply threads
  • You must be logged in to reply to this topic.