Skip to content

The-Qry

  • Ask Question
Ask Question

How show message to login before being able to ask or answer a question?

2 Vote Up Vote Down

ask or answer a question

The first step integrate DW Q&A plugin with your themes follow steps

  1. Create a new “dwqa-templates” folder
    Go to your theme folder wp-content/themes/your-theme-folder folder and create a new folder named “dwqa-templates”.
  2. Past DW Q&A templates to newly created folder
    Go to the /wp-content/plugins/dw-question-answer/templates and copy all file and past into /wp-content/themes/your-theme-folder/dwqa-templates

 

The second step add a login form to question page

  1. Go to the /wp-content/themes/your-theme-folder/dwqa-templatesanswers.php
  2. Go to line no 28 and replace <?php else: ?> with below code
<?php
else:

$args = array(
  'echo'           => true,
  'remember'       => true,
  'redirect'       => ( is_ssl() ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'],
  'form_id'        => 'loginform',
  'id_username'    => 'user_login',
  'id_password'    => 'user_pass',
  'id_remember'    => 'rememberme',
  'id_submit'      => 'wp-submit',
  'label_username' => __( 'Username' ),
  'label_password' => __( 'Password' ),
  'label_remember' => __( 'Remember Me' ),
  'label_log_in'   => __( 'Log In' ),
  'value_username' => '',
  'value_remember' => false
);
wp_login_form($args);

   endif; ?>

Now user show login message when user trying to give the answer without login

If you give the register button then past below code

<?php '<a href="'.wp_registration_url().'"><input type="button" class="button button-primary" value="Register"></a>' ?>

 

 

DW Q&A pluginWordpress login form

Latest Questions

  • lpgvitrakaayoggov.in is real or fake ? asked by Shrikant
  • How to avail SBI Bank Moratorium ? asked by theqryadmin
  • How to avail Axis Bank Moratorium ? asked by theqryadmin
  • How to avail HDFC Bank Moratorium ? asked by theqryadmin
  • How to avail RBI Bank Moratorium ? asked by theqryadmin

Related Questions

  • How to solve "Plugin could not be activated because it triggered a fatal error." wordpress error ? asked by
  • How to set the Category or Tag URL base WordPress ? asked by theqryadmin
  • Can I enable or disable WP Job Manager plugin usage tracking data option ? asked by
  • What is post feed in WordPress ? asked by
  • Can i export my Pods to another website Pods Framework ? asked by theqryadmin

Recent Posts

  • The Eight rules to follow to avoid having your personal data hacked
  • How to remove the URL and Date from the printing page on Chrome and other Browsers?
  • Which countries are in the European Economic Area
  • Which Countries are in the EEA
  • Reliance JioFiber Silver vs Gold plans: Price, Offers, benefits explained

ABOUT US

PRIVACY POLICY

DISCLAIME

Copyright © 2020 The-Qry. All rights reserved.