shage Posted June 20, 2007 Share Posted June 20, 2007 $link = '<a href="' . get_author_posts_url($author->ID, $author->user_nicename) . '" title="' . sprintf(__("Posts by %s"), attribute_escape($author->display_name)) . '">' . $name . '</a>'; Is the code that i have, how would i go about adding this at the end of it to make the url have this code at the end <?=($_GET['nats'])?'&A=true&nats='.$_GET['nats']:'';?>"> Link to comment https://forums.phpfreaks.com/topic/56393-php-help/ Share on other sites More sharing options...
Corona4456 Posted June 20, 2007 Share Posted June 20, 2007 Kind of hard to tell from the code but I'll take a stab at it an tell you to replace: get_author_posts_url($author->ID, $author->user_nicename) with this: get_author_posts_url($author->ID, $author->user_nicename) . '&A=true&nats=' . $_GET['nats'] Link to comment https://forums.phpfreaks.com/topic/56393-php-help/#findComment-278638 Share on other sites More sharing options...
shage Posted June 20, 2007 Author Share Posted June 20, 2007 thanks for the stab ill try in a bit and see Link to comment https://forums.phpfreaks.com/topic/56393-php-help/#findComment-278682 Share on other sites More sharing options...
Corona4456 Posted June 20, 2007 Share Posted June 20, 2007 OK Link to comment https://forums.phpfreaks.com/topic/56393-php-help/#findComment-278694 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.