• Resolved rhlowe

    (@rhlowe)


    Hey folks, I have a tiny bit of experience with wordpress. I have installed it several times, and have successfully created several themes. What I would like to do next is use wordpress on the root while keeping all the wordpress files in their own directory.

    More specifically, what I want is to have my root index page show a featured article and several older ones (I think I understand multiple loops) and another page with the loop running as normal.

    When I place the loop I have working in my theme, I get the following error:

    code
    Fatal error: Call to undefined function: have_posts() in /home/.kissie/rhlowe/roberthenrylowe.com/index.php on line 66
    code

    I don’t expect anyone to explain how to fix my issues here, but if there are any articles or refrences either in the codex (this I obviously haven’t found or i wouldn’t be posting here :-p) or elsewhere, any direction would be appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rhlowe

    (@rhlowe)

    Update, I found an article that helped me get the loop working on the second page, the loop however still doesn’t work on the index page, the double loop page.

    Thread Starter rhlowe

    (@rhlowe)

    Hey all, thanks for not posting, your lack of support really made me work to get everything straight. (That sounds bitter, but it really isn’t :-p)

    I ended up figuring out that I needed to copy the contents of wp-blog-header.php into my index file and changing the paths to wp-config.php to reflect the new location and everything works great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Looking for some articles’ is closed to new replies.