Title: example.com menu issue
Last modified: August 20, 2016

---

# example.com menu issue

 *  Resolved [grekstis](https://wordpress.org/support/users/grekstis/)
 * (@grekstis)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/examplecom-menu-issue/)
 * Hi, I am using wordpress 3.3.1 and Quick Page/Post Redirect DEV Version 4.2.2.
   When the plug in is activated, one of the links in my website drop down menu 
   points to [http://www.example.com](http://www.example.com). When I deactivate
   the plugin, it point to the correct url.
 * Any ideas as to what might be happening?
 * Thanks
 * [http://wordpress.org/extend/plugins/quick-pagepost-redirect-plugin/](http://wordpress.org/extend/plugins/quick-pagepost-redirect-plugin/)

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

 *  [Don Fischer](https://wordpress.org/support/users/prophecy2040/)
 * (@prophecy2040)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/examplecom-menu-issue/#post-3473626)
 * Grekstis,
    the only thing I can think of might be that there is a value set in
   the plugin’s global settings for default location. Check that, and if there is,
   remove it and save the settings.
 * Let me know if you still have issues.
 *  Thread Starter [grekstis](https://wordpress.org/support/users/grekstis/)
 * (@grekstis)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/examplecom-menu-issue/#post-3473655)
 * Thanks for your reply Prophecy. I have narrowed it down to the following code
   in page_post_redirect_plugin.php. Line 443. It is also referenced in lines 608
   and 825.
 * When I remove the [http://www.example.com](http://www.example.com), the drop 
   down menu link does not work as it is pointing to a null value.
 * if(!isset($theArray[$key->post_id][‘_pprredirect_rewritelink’])){$theArray[$key-
   >post_id][‘_pprredirect_rewritelink’] = 0;}
    if(!isset($theArray[$key->post_id][‘
   _pprredirect_url’])){$theArray[$key->post_id][‘_pprredirect_url’] = ‘**[http://www.example.com](http://www.example.com)**‘;}
   if(!isset($theArray[$key->post_id][‘_pprredirect_type’] )){$theArray[$key->post_id][‘
   _pprredirect_type’] = 302;} if(!isset($theArray[$key->post_id][‘_pprredirect_relnofollow’])){
   $theArray[$key->post_id][‘_pprredirect_relnofollow’] = 0;} if(!isset($theArray[
   $key->post_id][‘_pprredirect_newwindow’] )) {$theArray[$key->post_id][‘_pprredirect_newwindow’]
   = 0;} if(!isset($theArray[$key->post_id][‘_pprredirect_active’] )){$theArray[
   $key->post_id][‘_pprredirect_active’] = 0;}

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

The topic ‘example.com menu issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-pagepost-redirect-plugin_8d7b6f.
   svg)
 * [Quick Page/Post Redirect Plugin](https://wordpress.org/plugins/quick-pagepost-redirect-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-pagepost-redirect-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-pagepost-redirect-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-pagepost-redirect-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-pagepost-redirect-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-pagepost-redirect-plugin/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [grekstis](https://wordpress.org/support/users/grekstis/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/examplecom-menu-issue/#post-3473655)
 * Status: resolved