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']:'';?>"> Quote 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'] Quote 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 Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/56393-php-help/#findComment-278694 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.