Hi guys, is there a plug in of some sorts to have out going links like the link (image) here http://cssvault.com/gallery/drsoft/ If not a plug in, how do I do this?
the author manually adds those links, it's easy to do. you could easily do something like this, <? $redirect = strip_tags($_GET['r']); header("location: $redirect", TRUE, 302); ?> Code (markup):
ah alright. you're better off using this plugin then to manage all of your links. http://wordpress.org/extend/plugins/redirection/