Viewing 1 replies (of 1 total)
  • Thread Starter spiderwisp

    (@spiderwisp)

    Well, here is the fix.

    In the file /plugins/wiki-embed/admin-overlay.php

    add the post types you want to add on lines 18 and 37 like so:

    if( in_array($pagenow, array( "post.php", "post-new.php" ) ) && in_array( $post->post_type , array("post", "page", "ADD POST TYPE", "ADD POST TYPE")) ):

    Be sure to replace “ADD POST TYPE” with the name of your custom post type. Here I added two additional post types.

    I believe there is a way to add all post types, but that’s for another day.

Viewing 1 replies (of 1 total)

The topic ‘Using Wiki Embed with Custom Post Types’ is closed to new replies.