i want create link, which is atutomacilly added to every post and redirecting after click to affiliate site. but the title of link need to be same as title of the post, how i can do this? sorry for my bad English
You want a link that redirects the user to another site, then directs them back to your site? Or am I not understanding you?
hi, yes, redirecting to another site, something like here, www. prelist .ws - Download text, but i want text with title of post
The 'title' of the link, what shows in the user's browser, is the canonical address (the name address, as opposed to the IP address) of the site the link goes to. You can't have your site as the name in the link - that would send the user to your site. If that's not what you're asking for, please explain what you mean.
All you have to do is... Add a custom field to your WordPress post, add + play around by adding <?php the_meta(); ?> in your single.php / post.php template. It should not take more than one hour with basic code know-how.