Forums

[Plugin: WP Site Links] Bad Paths (1 post)

  1. Dan Zappone
    Member
    Posted 2 years ago #

    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://wordpress.org/extend/plugins/wp-site-links/

Topic Closed

This topic has been closed to new replies.

About this Topic