• Resolved WPXpand

    (@businessxpand)


    There was an error saving settings for a blog under a subdirectory, to resolve this change line 14 of the custom-post-type-ui.php

    From:

    define( 'CPT_URL', get_option('url') . '/wp-admin/options-general.php?page=custom-post-type-ui/custom-post-type-ui.php' );

    To:

    define( 'CPT_URL', get_option('siteurl') . '/wp-admin/options-general.php?page=custom-post-type-ui/custom-post-type-ui.php' );

    https://www.ads-software.com/extend/plugins/custom-post-type-ui/

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

    (@thecorkboard)

    wp v= 3.0a
    plugin v=0.1.2

    Pretty sure this is the same problem. Works on main site. On network sites it redirects back to the main site. Seems like a URL issue.

    *not resolved*

    Releasing v0.2 tomorrow. This bug is fixed in the new version

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Custom Post Type UI] Subfolder error’ is closed to new replies.