Quantcast
Channel: XTemos » All Posts
Viewing all articles
Browse latest Browse all 38972

Reply To: How add user-info in header-layout

$
0
0

Hello,

Thank you for choosing our theme and contacting us.

Try to add the following code snippet to the functions.php file in your child theme

	function basel_header_block_header_links() {
		$instance = array();
		$instance['title'] = '';
		echo basel_shortcode_user_panel( $instance );
	}

Kind Regards
XTemos Studio


Viewing all articles
Browse latest Browse all 38972

Trending Articles