Forums
(@ngoodman)
14 years, 10 months ago
found the answer to my own question:
href="<?php echo home_url( '/join' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"
not sure if its the “right” way but it worked!!