Add link to main navigation menu for Favorite questions

5.82K viewsCore
0

Rahul, is there a way to expose a link to a user’s Favorite questions page within their user profile that can be added to the site’s main navigation menus?

0

Yes you can simply add a custom link menu from wp_menu.
As per your previous query I have re-coded all user page templates..
And now you can register a user page by simply add this to your function.php:
ap_register_user_page('slug', 'Title', 'callback_function');

You are viewing 1 out of 4 answers, click here to view all answers.