• Hello guys,

    Maybe someone can help me.

    I’m using tradeexpert script in my wordpress blog.
    To use skimming traffic, I changed the following code in my homepage:

    From:
    <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">

    To:
    <a href="/webmasters/out.php?s=100,75,65&u=<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">

    Now I have installed this plugin and my idea is to use always this code in my posts:
    <a href="/webmasters/out.php?s=100,75,65&u=<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">

    But when I use a custom URL I want to use the default code:
    <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">

    Would be great if someone can help me with this ??

    Plugin code:
    https://paste2.org/4Fa60fpe

    Thank you guys and a happy weekend to all!

    • This topic was modified 7 years, 8 months ago by Divvy.
  • The topic ‘How to use “if” in permalink using this plugin?’ is closed to new replies.