Add link to main navigation menu for Favorite questions

5.74K 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?

1

One thing I wish to let both of you know, user favorite page has been removed in version 2.0. As there is no real use. Also favorite button is renamed as “Subscribe”. But later I can add “My Subscriptions” page for showing subscribed questions.
And for dropdown menu for user link, yes its possible and is a simple thing. I can simply make a widget. but main issue is that, user have to add this widget manually to their theme and most of user dont know anything about coding. So I am finding a way to make it painless for non-develoeprs.

I found a way, create a WP Theme. So I did that.
This WP Theme will be released along with anspress 2.0.

🙂

0

Yes, it’s going to be great to have a ‘favorites’ link in the My Account dropdown when the user clicks their account (and have other links there for editing their profile, logout, etc).

0

Adding that line to my functions.php only created a Fatal Error. I’m not understanding how to use this correctly.

I said that for upcoming version, not current version :D, new version will release shortly.

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');