Forums

Cant find my meta keywords,author, meta description, blog title, to edit? (9 posts)

  1. bigtom59
    Member
    Posted 2 years ago #

    Cant find my meta keywords,author, meta description, blog title or anything related to my blog in any of my css stylesheets or any of my .php files? I need to edit them! What am I missing, besides the fact I am stupid. I am going under admin/appearance/editor that gives me a list of about 15 php templates or files and 3 diffrent css style sheets in the right side bar to choose from but nothing on any of them even mentions anything as far as my meta keywords,author, meta description, blog title. HELP!
    http://learningdrums.org

  2. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    it's gonna be header.php if its anywhere

    and quite simply, you may just need to add in the lines of code yourself

    but your title is already there, it came from what you name your blog in your general settings

    you have multiple instances of keywords from multiple plugins

    you have a description from a plugin

    Soooo....if you want to hard code things into your header you can, but you have plugins inserting everything already

  3. bigtom59
    Member
    Posted 2 years ago #

    Thanks for the reply RVoodoo, Heres my problem. When I view the page source of my sight I see this in the title tag. <title>| Learning Drums.org</title>
    Im trying to get rid of that bar in front of Learning? But when I go to my header.php it only looks like this? <title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); } I dont know what its telling me, but I cant find learning drums.org any where?

  4. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    learning drums.org should be in your general settings from your admin?

    it's different there?

  5. bigtom59
    Member
    Posted 2 years ago #

    Yes, it doesnt have that bar in front of learning? I also dont no how to get in and edit my meta keywords?

  6. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    seems like you have them set up in a plugin....all in one SEO, and add meta tags plugin. You'd edit what you already have in the setting of those plugins

  7. bigtom59
    Member
    Posted 2 years ago #

    Yes, I have bolth those plugins. I will see what I can find!

  8. bigtom59
    Member
    Posted 2 years ago #

    RVoodoo'
    YOU ARE THE MAN!!!!! thats where I found my problem, thank you so much!

  9. Rev. Voodoo
    Volunteer Moderator
    Posted 2 years ago #

    no problem!

Topic Closed

This topic has been closed to new replies.

About this Topic