Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Merge registration pages

How do I change the reg links? In my theme, here is the reg code:

<li id="meta" class="widget">

<h2><?php _e('Members') ?></h2>

<ul>

<?php wp_register(); ?>

<li><?php wp_loginout(); ?></li>

<?php wp_meta(); ?>

</ul>

</li>

What would I do to get it to redirect to the bbpress registration page?

Skip to toolbar