Title: Rishi Kulshreshtha's Replies | WordPress.org

---

# Rishi Kulshreshtha

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create a login section in wordpress site?](https://wordpress.org/support/topic/how-to-create-a-login-section-in-wordpress-site/)
 *  Thread Starter [Rishi Kulshreshtha](https://wordpress.org/support/users/rishikulshreshtha/)
 * (@rishikulshreshtha)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/how-to-create-a-login-section-in-wordpress-site/#post-2153154)
 * Thanks [keesiemeijer](http://wordpress.org/support/profile/keesiemeijer) for 
   the help but I was in need of this code.
 *     ```
       <?php if (!(current_user_can('level_0'))){ ?>
       <h2>Login</h2>
       <form action="<?php echo get_option('home'); ?>/wp-login.php" method="post">
       <input type="text" name="log" id="log" value="<?php echo wp_specialchars(stripslashes($user_login), 1) ?>" size="20" />
       <input type="password" name="pwd" id="pwd" size="20" />
       <input type="submit" name="submit" value="Send" class="button" />
           <p>
              <label for="rememberme"><input name="rememberme" id="rememberme" type="checkbox" checked="checked" value="forever" /> Remember me</label>
              <input type="hidden" name="redirect_to" value="<?php echo $_SERVER['REQUEST_URI']; ?>" />
           </p>
       </form>
       <a href="<?php echo get_option('home'); ?>/wp-login.php?action=lostpassword">Recover password</a>
       <?php } else { ?>
       <h2>Logout</h2>
       <a href="<?php echo wp_logout_url(urlencode($_SERVER['REQUEST_URI'])); ?>">logout</a><br />
       <a href="http://XXX/wp-admin/">admin</a>
       <?php }?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create a replying section in a wordpress custom post?](https://wordpress.org/support/topic/how-to-create-a-replying-section-in-a-wordpress-custom-post/)
 *  Thread Starter [Rishi Kulshreshtha](https://wordpress.org/support/users/rishikulshreshtha/)
 * (@rishikulshreshtha)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/how-to-create-a-replying-section-in-a-wordpress-custom-post/#post-2145539)
 * I mean to say I want a code that can read a relevant word from the page of the
   link mentioned above in that you can see “**PHP**” as a word so if it is possible
   to catch word “**PHP**” then button of apply job will redirect him to the page
   of IT related jobs not for the sales or marketing.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create a replying section in a wordpress custom post?](https://wordpress.org/support/topic/how-to-create-a-replying-section-in-a-wordpress-custom-post/)
 *  Thread Starter [Rishi Kulshreshtha](https://wordpress.org/support/users/rishikulshreshtha/)
 * (@rishikulshreshtha)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/how-to-create-a-replying-section-in-a-wordpress-custom-post/#post-2145346)
 * Currently I’m creating a **WordPress **site [http://temp.c2csolutions.in/listing/demo](http://temp.c2csolutions.in/listing/demo)
   in this below you can see apply for this job which is redirected to [http://temp.c2csolutions.in/send-resume](http://temp.c2csolutions.in/send-resume)
   I want to create an If else condition for the button in which I also need such
   a condition which can read the letter from that page for eg: PHP. Please reply
   me as soon as possible.
 * > Rishi

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