Help with code!

Out of context: Reply #5

  • Started
  • Last post
  • 6 Responses
  • plash0

    from what you posted. in the header it looks like its pointing to a theme file
    which i think you posed 2 posts above.
    thats the theme file, the part you edit.

    if your looking to point that url to someplace specific. you can do that two ways.

    1. find the blog info url info field <php bloginfo('url')>
    prob. in the wordpress admin setup page. <mind you this is the preferred way>

    or 2. change the url code.

    <div id="blog-title"><span>
    <a href="http://YOURSITE.COM" title="<?php bloginfo('name') ?>" rel="home"><?php bloginfo('name') ?></a>
    </span>
    </div>

View thread