Forums

WP Subtitle
Doesn't work if custom location for plugins (1 post)

  1. justinph
    Member
    Posted 1 year ago #

    This plugin fails to work properly if you're redefined where the plugins folder lives (e.g., somewhere else than wp-content/plugins). To fix, change line 71 from

    include ABSPATH . PLUGINDIR . "/wp-subtitle/admin/panel.inc.php";

    to

    include WP_CONTENT_DIR . '/plugins' . "/wp-subtitle/admin/panel.inc.php";

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic

  • RSS feed for this topic
  • Started 1 year ago by justinph
  • This topic is not a support question
  • WordPress version: 3.0.4