Word Press site indicator

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rinchere1979, Aug 20, 2014.

  1. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    I noticed when I log on to the site it indicates that it is a word press site along the top. Is there a way to hide this so that my customer dont see it?
     
  2. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. To hide admin bar add following code in function.php file as shown in screenshot.
    PHP:
    add_filter('show_admin_bar''__return_false');
    2. To remove sidebar from login page you need to edit template_login.php file as shown in screenshot.

    This will resolve your issues.

    Thanks & Regards
    Yogesh Bhade
     

    Attached Files:

  4. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
     
  5. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    I tried it but "A WordPress Site" is still appearing on the tab.
     
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page