Home › Forums › Basel support forum › login from header login from header This topic has 1 reply, 2 voices, and was last updated 3 years, 8 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 21, 2021 at 11:10 pm #275292 [email protected]Participant hello elise im using the header option |Base header| wich is i liked the most the issue that im not abel to add ( user login ) inside it please advise March 22, 2021 at 8:05 am #275342 Elise NoromitMember Hello, By default, this header layout doesn’t have Login/Register link. But you can add it manually placing the following code snippet to the functions.php file in the child theme. add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 ); function basel_custom_header_configuration() { return array( 'container' => array( 'wrapp-header' => array( 'logo', 'widget_area', 'right-column' => array( 'header_links', 'search', 'wishlist', 'cart', 'mobile_icon', ) ) ), 'navigation-wrap' => array( 'container' => array( 'main_nav' ) ) ); } Best Regards Author Posts Tagged: login from header Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register