I want to redirect users to the solution article's page directly when clicked in a widget, instead of opening it within the widget

I would like to implement a feature where, upon clicking on a solution article within a widget, users are directly taken to the solution article’s page instead of opening the content within the widget itself. Is this possible to achieve?

Hi @MichiruKato,

Welcome to the community :tada:

If you are using the anchor tags you can set the target attribute as blank.

This worked for me, try this and let me know.

Thank you.