1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

WordPress website single issue

Discussion in 'WordPress' started by Asaduzzaman shuvonill, Dec 21, 2018.

  1. #1
    I have a wordpress website. On that website (Home page), there's have a title (Home) 'I want to remove the title. Anyone can help'?
     
    Asaduzzaman shuvonill, Dec 21, 2018 IP
  2. qwikad.com

    qwikad.com Illustrious Member Affiliate Manager

    Messages:
    7,151
    Likes Received:
    1,656
    Best Answers:
    29
    Trophy Points:
    475
  3. Asaduzzaman shuvonill

    Asaduzzaman shuvonill Active Member

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    66
    Digital Goods:
    1
    #3
    I have a wordpress website. On that website (Home page), there's have a title (Home) 'I want to remove the title. Anyone can help'?
    - http://www.jobworktask.com
     
    Asaduzzaman shuvonill, Dec 24, 2018 IP
  4. Web_Dev_Chris

    Web_Dev_Chris Well-Known Member

    Messages:
    222
    Likes Received:
    12
    Best Answers:
    1
    Trophy Points:
    105
    #4
    You should be able to remove it in the menu options, go wordpress admin, menu.
     
    Web_Dev_Chris, Dec 27, 2018 IP
  5. MilesWeb

    MilesWeb Well-Known Member

    Messages:
    869
    Likes Received:
    35
    Best Answers:
    7
    Trophy Points:
    173
    #5
    To change the title tag of your home page you need to login to your WordPress admin area first and then go to Settings -> General. On this page, edit the Site Title field and save the changes.
     
    MilesWeb, Dec 27, 2018 IP
    sarahk likes this.
  6. sathikdm

    sathikdm Active Member

    Messages:
    6
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #6
    If you want to remove the HOME title displaying below to testimonials just add the following code on your themes index.php
    
    <style>.page .entry-title {display: none;}</style>
    
    Code (CSS):
     
    sathikdm, Jan 10, 2019 IP
  7. jaf

    jaf Active Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    83
    #7
    in your theme's style css add below code

    #main-nav li#menu-item-342 {display:none;}
    Code (CSS):
     
    jaf, Jan 10, 2019 IP
  8. sisindia

    sisindia Active Member

    Messages:
    12
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #8
    In Your website, the HOME is displayed from the menu you have created. You have to log in your website go to - (Dashboard >> Appearance >> Menu ) and here you have to delete the Home menu item from the menu list. You can delete Home from the left side panel where All menus items are listed.
     
    sisindia, Jan 11, 2019 IP
  9. designgenie

    designgenie Active Member

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #9
    could you fix this?
     
    designgenie, Jan 11, 2019 IP