Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
219 views
in Themes by
I want php code

1 Answer

+2 votes
by
selected by
 
Best answer

You could do something like this:

$handle  = qa_get_logged_in_handle();
$profile = qa_path_absolute('user') . '/' . urlencode($handle);

...