How to link current logged-in user to their author page via URL (Beginner)
UPDATE As per the comment, here is the updated solution. Note: Before copy pasting, don’t forget to change somePrefix with any other prefix to avoid conflict with any other shortcodes. Step 1: Make sure you have this filter in functions.php (If not, copy paste it there) add_filter(‘wp_nav_menu_items’, ‘do_shortcode’); Step 2: Use this snippet to return … Read more