• You have the name for the wp-site-links directory in a couple of paths to your JavaScript in the plugin here they are:

    64: $js = file_get_contents( $this->PLUGIN_DIR . '/WP Site Links/js/wp-site-links.js' );

    Should be

    64: $js = file_get_contents( $this->PLUGIN_DIR . '/wp-site-links/js/wp-site-links.js' );

    and

    70: echo "<link href='{$this->PLUGIN_URL}/WP Site Links/style.css' type='text/css' rel='stylesheet' />";

    70: echo "<link href='{$this->PLUGIN_URL}/wp-site-links/style.css' type='text/css' rel='stylesheet' />";

    Thanks for the plugin.

    http://ww.wp.xz.cn/extend/plugins/wp-site-links/

The topic ‘[Plugin: WP Site Links] Bad Paths’ is closed to new replies.