Can I change default registration link (without htaccess)?

If you want to keep this information in the $_GET, you will have to modify the form’s action parameter URL. You can do this by hooking into site_url: add_filter( ‘site_url’, ‘wpse18418_site_url’, 10, 4 ); function wpse18418_site_url( $url, $path, $scheme, $blog_id ) { if ( ‘login_post’ == $scheme ) { $url .= ‘&role=doctor’; // Or do … Read more

How to access custom pages

Paste the Following code to the top of your template: <?php /* Template Name: Portfolio*/ ?> <!– Do stuff here–> This will make the Template selectable as a page template in the Backend 🙂

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)