Support » Plugin: Edit Flow » [Plugin: Edit Flow] Have Editorial Comments appear in the front end?

  • Resolved abstractit

    (@abstractit)


    Is it possible to have the Editorial Comments feature appear in the front end? I run a multiauthor website (over 300 authors) and I want to add the edit comments feature underneath each article in the front end where it will only be visible to users with author permission.

    Is this possible with this plugin?

    http://wordpress.org/extend/plugins/edit-flow/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Yes, it’s possible. Editorial comments are normal comments stored with the comment type as ‘editorial-comment’. You can use get_comments to get all of the editorial comments for a given post if the logged in user is an author, and then loop through displaying each.

    @daniel thank you very much for this excellent plugin. I have the same issue, I need to display the editorial comments in the front end as well. My knowledge of PHP is highly limited, can you please provide an example code that I can add to my single.php file?

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    I don’t have any plans to support this at this time, as it goes outside the scope of what we’re doing with editorial comments.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Edit Flow] Have Editorial Comments appear in the front end?’ is closed to new replies.