Hello everyone,
How do we create a URL that pulles the current users id?
e.g. tittle 'Profile' link; .com/profile/username ?
Should be something like <a href="<?php echo wp_user_id(user_url()); ?>"" rel="nofollow" title="<?php _e('TITLE'); ?>"><?php _e('TITLE'); ?></a> if im right but I don't know.
Would be over the moon if someone helped!