• biggdaddysmoney

    (@biggdaddysmoney)


    Hi I have a website https://www.asktheebayqueen.com”>www.asktheebayqueen.com and i need to edit the title but it already has the title that i made in artisteer 2 and the html says there is no title like this <title></title> and when i add a title trew the genarl settings it fixes the html problem but it puts a ugly one above my one I made in artisteer 2 and so how would i fix this problem? Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • You’ll probably need to edit header.php and replace the <title> line with this:
    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    Thread Starter biggdaddysmoney

    (@biggdaddysmoney)

    Okay and would i cahnge the (‘name’) with the blog name

    Thread Starter biggdaddysmoney

    (@biggdaddysmoney)

    Or what should i do to to make it so it says theres a Title becuase google/yahoo arent seeing it as a whole site

    No you do not change the name in <?php bloginfo('name'); ?>. This function will return the text with the name of your blog. And <?php wp_title(); ?> will add the title of your active post/page.

    Just copy-paste the whole line.

    It looks like you got it working, though you have </title> one too many:
    <title></title>asktheebayqueen</title>

    When I said to replace <title> with the line above I meant everything starting with <title> and finishing with </title>.

    Thread Starter biggdaddysmoney

    (@biggdaddysmoney)

    thanks for your help..Do you know also how to put a button with a picture with a link too somewhere on a sidebar

    You still need to resolve the </title> issue. As for your next question, if I understood you right, you’re probably looking for an image widget. I would be surprised if there isn’t any plugin that would suit your needs.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘I need to edit my wordpress site’ is closed to new replies.