Title: [Plugin: Edit Flow] Pages in Editflow
Last modified: August 20, 2016

---

# [Plugin: Edit Flow] Pages in Editflow

 *  Resolved [Jason](https://wordpress.org/support/users/jegan/)
 * (@jegan)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-edit-flow-pages-in-editflow/)
 * I use WP for a CMS on my site – I will eventually do some posts for a blog or
   multi-part stories, but the vast majority of my site is now pages – and I can’t
   see how editflow really works well with pages – well, not the same way as posts.
   I still have people I have write copy, edit, review, etc. So there are budgets
   and categories, etc.
 * Thanks for your advice and help.
 * Jason
 * [http://wordpress.org/extend/plugins/edit-flow/](http://wordpress.org/extend/plugins/edit-flow/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-edit-flow-pages-in-editflow/#post-2202561)
 * Hey Jason,
    Have you checked out the ways to [make Edit Flow work specifically with other post types](http://wordpress.org/extend/plugins/edit-flow/other_notes/)?
   What specifically do you need?
 * Thanks,
 * Daniel
 *  Thread Starter [Jason](https://wordpress.org/support/users/jegan/)
 * (@jegan)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-edit-flow-pages-in-editflow/#post-2202617)
 * Budget report and calendar – the other meta data is there in the latest version
   but it’s not bubbling to the top… I do have custom post times and haven’t used
   them with EF yet, but I imagine they will work just as well. But in short I want
   to be able to manage pages just as well.
 * Thanks,
    Jason
 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-edit-flow-pages-in-editflow/#post-2202731)
 * Hey Jason,
    By default, custom statuses, editorial metadata and editorial comments
   should show up when you’re editing pages. To have pages appear in the calendar,
   you’ll need to add a couple snippets of code to the functions.php file in your
   theme.
 * First, upgrade to the latest version of Edit Flow, v0.6.4, which we released 
   today.
 * Second, add the following snippet to your functions.php file:
 *     ```
       function ef_add_page_support_to_calendar( $args ) {
       	add_post_type_support( 'page', 'ef_calendar' );
       }
       add_filter( 'admin_init', 'ef_add_page_support_to_calendar' );
       ```
   
 * Unfortunately, the story budget doesn’t have great support for pages because 
   it’s so closely tied to the concept of post categories. We hope to improve upon
   this in a future release.
 * Hope this helps,
 * Daniel
 *  Thread Starter [Jason](https://wordpress.org/support/users/jegan/)
 * (@jegan)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-edit-flow-pages-in-editflow/#post-2202745)
 * Daniel,
 * Thanks – that helps. I should have looked closer – I thought due dates were shown
   non the calendar as well – but editorial publishing dates are helpful… so a wish
   is to add deadlines to the calendar.
 * Thanks,
    Jason
 *  Plugin Contributor [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * (@danielbachhuber)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-edit-flow-pages-in-editflow/#post-2202746)
 * Unfortunately, it’s not possible currently to show the due dates on the calendar.
   This is definitely on our radar however… look for it possibly in v0.7
 * Cheers,
 * Daniel

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Edit Flow] Pages in Editflow’ is closed to new replies.

 * ![](https://ps.w.org/edit-flow/assets/icon-256x256.png?rev=3433533)
 * [Edit Flow](https://wordpress.org/plugins/edit-flow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/edit-flow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/edit-flow/)
 * [Active Topics](https://wordpress.org/support/plugin/edit-flow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/edit-flow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/edit-flow/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Daniel Bachhuber](https://wordpress.org/support/users/danielbachhuber/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-edit-flow-pages-in-editflow/#post-2202746)
 * Status: resolved