How to use “if” in permalink using this plugin?
-
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/4Fa60fpeThank you guys and a happy weekend to all!
- The topic ‘How to use “if” in permalink using this plugin?’ is closed to new replies.