User page displaying page from Ultimate member
Hello,
When I click on the username or reputation score it takes me to the ultimate member profile page(here). How can I override this so it leads to the anspress user page? Please note that I’m not using the anspress theme and am not able to make the change now. I’m using Ultimate member to enable fronted logins without giving users access to the backend or directing them to the /wp-admin page.
You can use custom code to override the link behavior. Hook into the relevant action or filter in WordPress related to the username and reputation score links. Try usingĀ add_filter
to modify the URL. For example, find the filter that generates the link for username and reputation score clicks and replace the Ultimate Member profile URL with the Anspress user page bouncy balls URL in the callback function. You may need to refer to Anspress and Ultimate Member documentation for the exact filter names.