• Resolved nadatamas

    (@nadatamas)


    Hi, first thank you for a really great plugin. Simple and helpful.

    After WP 5.5 updates noticed that redirect works on posts only, and all redirects from pages do not work anymore.

    Can you please include conditional tag, maybe is_page() (line 99) to make sure redirect works on pages as well as posts.
    ( Something like: if(!is_single()&&!is_page()){return true;} )

    Thank you one more time, really appreciate your work.

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

    (@imemine)

    Hi,

    I have noted down this update.

    Can you please change
    is_single to be is_singular for now.

    Thanks for the suggestion. I will include it in the next update.

    Hi. When do you plan to push this update?

    I’ve made the update mentioned above manually on a few sites, but I have about 50 sites using this plugin.

    Thanks!

    Plugin Author imemine

    (@imemine)

    Hi @tpflanz

    You use the plugin on 50 sites! That’s wonderful. I hope it’s being useful to you.

    I’ll try to expedite this and release an update this week.

    Just for my reference so I know more about the users of the plugin, are you redirecting a specific type of post type?

    Thank you

    I use it for all types of situations.

    ? Cleaning up old content for SEO clients.
    ? To redirect landing pages used in marketing campaigns that are not currently being used in an ads campaign, but will likely be used again.
    ? For crowd-funding clients to redirect their on-site sales page to KickStarter (for example) when the KickStarter campaign is live
    ? To redirect a permanent page temporarily to promote/push an event or piece of content that is published on a third party site, rather than the on-site content/event

    Plugin Author imemine

    (@imemine)

    Thanks for sharing uses cases @tpflanz .

    I have also released the update today. Please update your sites.

    Please create a new thread if any issues.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Redirect works only for Posts’ is closed to new replies.