if on blog the layout with that littel image of author is choosen the link of that little image goes to user-description.
See here and click on the image of Christian: https://kriesi.at/themes/enfold/blog/blog-multi-author/
is it possible to define a custom link for each user to a portfolio ?
i know that i can mangage it with 301 redirect – but is there an enfold functions.php workaround?
The reason is that i have made nice – good styled portfolio for each User in the installation and the user-description is a bit too ugly to realy show the infos. So on a different post i asked how to remove the link completely – but better is to replace the link with the link to those portfolio entries.
Hey Guenter,
Thank you for using Enfold.
Maybe you can use the users’ website field or user_url? Edit the includes > loop-index.php file > line 135, replace get_author_posts_url with the get_the_author_meta function.
// https://developer.wordpress.org/reference/functions/get_the_author_meta/
Best regards,
Ismael
thanks ismael – i do not really know how this could solve my request.
For each User (Author, Editor) i have a custom made Portfolio with styled Content.
so i guess the htaccess method with 301 redirect will be much easier.
Edit: Can be closed