Support » Fixing WordPress » linking to a WP blog?

  • iloveitaly

    (@iloveitaly)


    hey,
    I am new to this blogging thing. I was wondering if there was a way to have the blog in a html document. Like lets say I want to just have a menu bar and some pixtures and then say “heres my blog” andbelow is the blog. I would think this would be easy ti acomplish with javascript. I was thinkin of using the document.write command but wasn’t sure what to put in the quotes. thanks for the help

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think what you are after is for the blog to be a sub-folder of your site ?
    If so, create the blog – for example at http://www.iloveitaly.com/blog/index.php , and then on your main page at http://www.iloveitaly.com/index.html you link straight to it.
    Is this getting close ?
    (Oh, and the .html or .php matters not – that’s for the browser to worry about, not you).

    mpt

    (@mpt)

    You can put any HTML you like (your menu, pictures, introductory text, whatever) in the index.php document. If you want something to appear between the main heading and the Weblog entries, for example, you’d put it between the </h1> and the <?php if ($posts).

    Thread Starter iloveitaly

    (@iloveitaly)

    thanks! thats what i was looking for!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘linking to a WP blog?’ is closed to new replies.