[wpmu-trac] [WordPress MU Trac] #481: theme signup.php
WordPress MU Trac
wpmu-trac at lists.automattic.com
Tue Oct 30 01:16:36 GMT 2007
#481: theme signup.php
-------------------------+--------------------------------------------------
Reporter: stdestiny | Owner: somebody
Type: enhancement | Status: new
Priority: normal | Milestone: WPMU 2.0
Component: component1 | Version:
Severity: normal | Keywords: signup theme
-------------------------+--------------------------------------------------
It would be great to be able to code a 'signup.php' in your theme's
directory to more easily integrate the signup form into your theme. i.e.:
{{{
<?php get_header(); ?>
<div class="signup">
<?php the_signupform(); ?>
</div>
<?php get_footer(); ?>
}}}
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/481>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list