Quote:
Originally Posted by Toby
I assume you're using some kind of variable name within the gallery link in your post so that WP knows that this isn't an ordinary alpha-numeric text string?
|
Naturally. I'm using the same variable that I've used every step of the way. WP build each part separately, then assembles them as a whole. So I've told each separate part how to find the affiliate id in the url, then place my <?php echo $QUERYSTRING?> in every instance where WP would be building links. All has worked fine. Now, when I add a gallery link within a post, I do something like this: http://www.buttplugballfan.com/shit-gallery.php?<?php echo $QUERYSTRING?> Because the posts are being assembled in some other factory before being shipped to the main showroom, they don't know how to find $QUERYSTRING. And my search for this hidden post building factory is coming up empty.
Anyone own a bloodhound?