1 to 2 of 2
I have setup separate Advertise page in my blog. I created zones, I like to provide the link to advertisers to buy the ads.
For instance I need to URLs to Zone 2 banner and Post 2, where can I get the code ( url ) to insert into advertise page?
I saw sidebar Sidebar Link Output php code, but is there a way to get direct url that I can use with href?
Thanks
The basic url, using php, would be constructed as follows:
<?php echo $oiopub_misc->plugin_url; ?>/purchase.php
To point an advertiser to banner zone 2, you'd add:
purchase.php?do=banner&zone=2
There are no post specific purchase links, unless you are using inline links, in which case the following code would be needed:
purchase.php?do=link&p=2
1 to 2 of 2