• khush91

    (@khush91)


    Hi

    I have a problem with the sitewide-tags plugin, when i use the quick page/post redirect plugin(from version 4.0) the redirect URL is not being stored. So after going through the code I came across the following line which seems to be affecting the quick page/post redirect plugin. When I commented this line out the quick page/post redirect plugin started working fine. Can anyone tell me how will deleting this line affect the functionality of the site-wide tags plugin.
    $post->ID = $global_post->ID;(Line 422)

    Thanks in advance

    https://wordpress.org/plugins/wordpress-mu-sitewide-tags/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ron Rennick

    (@wpmuguru)

    It looks like the two plugins are not compatible. You’ll have to chose which plugin you want to keep.

    Thread Starter khush91

    (@khush91)

    Hi Ron,

    Thank you for the reply and advise.

    However, both the plugins are equally important for the site. It would be helpful if you could explain to me how the line 422 works, since commenting that lines works well for both the plugins. I just want to be sure about the functionality of that line. Will commenting the line affect the functionality of the plugin in any way?

    Plugin Author Ron Rennick

    (@wpmuguru)

    Will commenting the line affect the functionality of the plugin in any way?

    Yes it will. That’s why I said you had to choose between the two plugins.

    Thread Starter khush91

    (@khush91)

    I understood why you suggested to choose between the two plugins. But I’m more inclined toward learning what that line does. It would be really helpful if you could explain what the code (from line 417 – 429) does? If possible, I will think of a work around or else I might have to ultimately choose one out of the two plugins, which will be my last option.

    Thanks for your patience.

    Plugin Author Ron Rennick

    (@wpmuguru)

    It would be really helpful if you could explain what the code (from line 417 – 429) does?

    SWT will not work properly without the line you have commented out. There are some sections that you could comment out and still have the plugin work sans the functionality you commented out. There is no work around for that line that doesn’t involve a fair amount of code to change how the plugin works.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Site-wide tags plugin clash’ is closed to new replies.