|
![]() |
![]() |
![]() |
![]() |
![]() |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|
#1 |
|
My name is hashbury not assburry
Join Date: Oct 2007
Location: Tampa
Posts: 1,125
|
Beaver Bob Thanks for your help so far. Im still having problems. In my feeds-rss file I found the two bits of code
Code:
<link><?php the_permalink_rss() ?></link> Code:
<link><?php bloginfo_rss('url') . ?></link>
Code:
<link><?php the_permalink_rss() . $_GET ['aff_link_id']; ?></link> Code:
<link><?php bloginfo_rss('url') . $_GET ['aff_link_id']; ?></link>
So I thought i would go to feed.php and add my string to the the_permalink_rss function. This worked half ass, it will display my aff_link_id= but it will not display the actual affiliate number. I was going to try and use session variables to carry the affiliate number, but i cant seem to get it to work . Any suggestions?
__________________
Sig Goes Here! |
|
|
|
|
|
#2 |
|
Porn Blog Addict
|
try this:
Code:
<link><?php bloginfo_rss('url') ?><?php echo (isset($_GET['aff_link_id'])) ? '/?aff_link_id='.$_GET['aff_link_id'] : ''; ?> ?></link>
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|