Title: ravent's Replies | WordPress.org

---

# ravent

  [  ](https://wordpress.org/support/users/ravent/)

 *   [Profile](https://wordpress.org/support/users/ravent/)
 *   [Topics Started](https://wordpress.org/support/users/ravent/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ravent/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ravent/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ravent/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ravent/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ravent/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [How to hide div if featured image caption does not exist?](https://wordpress.org/support/topic/how-to-hide-div-if-featured-image-caption-does-not-exist/)
 *  [ravent](https://wordpress.org/support/users/ravent/)
 * (@ravent)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/how-to-hide-div-if-featured-image-caption-does-not-exist/#post-4074401)
 * Woo that i looking for
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] [Plugin: Theme My Login] TML form pages showing the user panel instead of the requested form?](https://wordpress.org/support/topic/plugin-theme-my-login-tml-form-pages-showing-the-user-panel-instead-of-the-requested-form/)
 *  [ravent](https://wordpress.org/support/users/ravent/)
 * (@ravent)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-theme-my-login-tml-form-pages-showing-the-user-panel-instead-of-the-requested-form/#post-2642836)
 * hello,..jeff how to make login and register source be a single page?
 *     ```
       <!-- Sign In Tab Content -->
       		<div id="signIn" class="toggleTab">
   
       			<fieldset style="
           margin-left: 15%;
   
       "><?php theme_my_login( array( 'register_form' => 'my-register-form.php' ) ); ?></fieldset>
       					<div class="formExtra">
       						<p><strong>Trouble signing in?</strong></p>
       						<p><a href="http://www.diagonalpixel.com/home/login.phtml?action=lostpassword">Recover your password</a> or <a href="http://www.diagonalpixel.com/home/sign-up.phtml?action=register.phtml">Create an account</a></p>
       					</div>
   
       		</div> <!-- end signIn -->
   
       		<!-- Sign Up Tab Content -->
       		<div id="signUp" class="clearfix toggleTab">
   
       			<?php theme_my_login( array( 'register_form' => 'diagonal-register-form.php' ) ); ?>
   
       			<!-- Sidebar -->
       			<div id="sidebar">
       				<h3>Benefits for signing up</h3>
   
       				<ul>
       					<li>24/7 support from our team</li>
       					<li>Another great benefit</li>
       					<li>We're in the cloud, so accessing your data will be 10x faster</li>
       					<li>We use the latest technology on the market today</li>
       				</ul>
       			</div> <!-- end sidebar -->
   
       		</div> <!-- end signUp -->
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)