• Resolved transom

    (@transom)


    I am using Co-authors Plus on a site lots of new custom post types. Your plugin runs its filter across all queries – but 1) assumes that wp_query is the target and 2) assumes all items in the wp_post table are included in the co-authors taxonomy.

    This leads to odd results.

    I have modified the code to “fix” this. Gist – https://gist.github.com/2636235
    Take a look at the posts_where and posts_join filters for the core of my “fix”

    – Tom

    http://wordpress.org/extend/plugins/co-authors-plus/

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

    (@danielbachhuber)

    Mind submitting this as a pull request so it’s easier to visualize the changes? Thanks

    Thread Starter transom

    (@transom)

    If only I was a regular Git user, but yes I’ll do this in a day or so.

    Plugin Contributor Daniel Bachhuber

    (@danielbachhuber)

    Thanks for the contribution! We’ll be releasing it in v2.7 which should be out in the next few weeks.

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

The topic ‘[Plugin: Co-Authors Plus] Bug? Report and solution’ is closed to new replies.