Hello The name and the description of the site for example MAESTROWELLNESS as well as the slogan does not fit???? Only the logo but not the text how can it be done? INK131204-9345-26135
Here is the maestrowellness.com site The rooter integrates on the theme an advertising(publicity) to see maestrwellnee.com The footer posts(shows) US butt our page uses(wears out) of widget etc IT IS NECESSARY TO FORBID THIS DISPLAY(POSTING) IN THE FOOTER AND TO MAKE AS ABOVE I shall wish to have this thank you for indicating me or making the modifications
Hello, Go to the header.php file present in your theme directory and paste the given code in that file as shown in the image given below. Code: <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> </a> This will solve your first issue. Could you please clarify your second issue.