+1 I have been trying to hack this to get a ‘register’ link. Makes a lot of sense to have a register link along with login.
Hey I am also in need of help on this.
I understand the filter and what not, I am just lost on where to add this code. I dont see anywhere in comment.php where I think this should go. Any help would be awesome, thanks.
Great plugin by the way, I will be sure to donate.
hey thank you,
here is the code…
I understand everything you mentions, this is where I get confused — how to edit this themes hoooks
<!– BeginHeader –>
<div id=”header” class=”grid_12 clearfix”>
<div id=”masthead”>
<?php gpp_base_header_hook(); ?>
</div><!– #masthead –>
<?php gpp_base_header_image(); ?>
<?php gpp_base_nav_hook(); ?>
</div><!– #header –>
<!– EndHeader –>