BUTTERBLY

Discussion in 'Forum Rules' started by piloupat, Dec 5, 2013.

  1. piloupat

    piloupat New Member

    Joined:
    Dec 4, 2013
    Messages:
    5
    Likes Received:
    0
    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
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Could you please clarify your issue little more.
     
  3. piloupat

    piloupat New Member

    Joined:
    Dec 4, 2013
    Messages:
    5
    Likes Received:
    0
    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
    modif.png
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    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>
    [​IMG]

    This will solve your first issue.




    Could you please clarify your second issue.
     

Share This Page