• Resolved djcarletto

    (@djcarletto)


    Hi there!

    I chanced upon your plugin while looking for a way to easely apply / target “_blank” / to every link in my wordpress blog posts.

    I found your plugin is very useful and simple, still I would like to exclude every effect of it, as far as the Home Page is concerned.

    On the FAQ page, I could find a filter to do that, but since I’m not a expert wordpress user, and I’m not good with PHP at all, is there a way to easely prevent the plugin to effect the home page, managing the settings menu only ?

    Thank you very much

Viewing 1 replies (of 1 total)
  • Pi Zi

    (@freelancephp)

    Not possible by just using the plugin settings.

    The home page link needs to be set, like adding the ignore value:
    <a href="/home" data-wpel-link="ignore">Home</a>

    Or setting the target like:
    <a href="/home" target="_self">Home</a>
    (and be sure the setting “overwrite existing values” is disabled on the settings page)

Viewing 1 replies (of 1 total)

The topic ‘Exclude Home’ is closed to new replies.