• Resolved jenvander

    (@jenvander)


    I have a custom post type that is not showing on the watermark configuration page. Through testing, I have discovered that the post type is not shown if there is anything in the “supports” argument of register_post_type args. Do you have a fix for this, or a workaround? If a pro version purchase is needed for speedier support, please let me know.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jenvander

    (@jenvander)

    Well, I peeked at the GitHub code and saw the line:

    if ( post_type_supports( $post_type, ‘editor’ ) || post_type_supports( $post_type, ‘thumbnail’ ) )

    So I added ‘thumbnail’ to the ‘supports’ array and voila! It worked! This might be a good addition to the FAQ for people developing plugins that want to support Easy Watermark.

    Plugin Support annaszalkiewicz

    (@annaszalkiewicz)

    Hi,

    Great, thanks for sharing! We’ll add this information to the documentation.

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

The topic ‘Not showing custom post types’ is closed to new replies.