aleckzer
asked 8 years ago

Just bought the plugin – Support for DW Question & Answer Pro – WordPress Plugin
Why there’s a friendly login page for registered user before submiting a question… and there isnt a friendly page for a registration. 
friendly page means plugin use our theme design not that wordpress adm backended in registration page for sample.

aleckzer
replied 8 years ago

How can we set this registration page be same as login page = friendly style.

1 Answers
Kevin
answered 8 years ago

Hi aleckzer,

Thank you for contacting DesignWall! My name is Kevin and I am happy to be of assistance in this matter.

You can change the registration link to your registration page by adding this code to wp-content/themes/your-theme-folder/functions.php

add_filter( 'register_url', 'dwqa_theme_change_registration_url' );
function dwqa_theme_change_registration_url( $url ) {
	return 'insert you registration here';
}

Let me know if there is anything else I can help you with.

Warm Regards,
Kevin.

aleckzer
replied 8 years ago
Kevin
replied 8 years ago

Hi aleckzer,

Thanks for writing in.

Please send me username and password PRIVATELY and I’ll fix it for you.

Warm Regards,
Kevin.

aleckzer
replied 8 years ago

how do I send private?
Is there any email I can send you login details?

Kevin
replied 8 years ago

Hi aleckzer,

Please reach us via [email protected]

Warm Regards,
Kevin.

Powered by DW Question & Answer Pro