• Resolved tjrep

    (@tjrep)


    Hello everybody,

    I am a new to WordPress but managed to get it up and running (excellent procedures and desriptions).
    Now I want to put the output or feed form WordPress into a different webpage.

    The idea is to have a website with an index.php in which the articles from WordPress appear, while WordPress and its “native” index.php are located in a different directory. (example https://www.mydomain.com/index.php as startpage with WordPress located in https://www.mydomain.com/wp)

    I’ve spent some hours in your codex (which is huge but very clear on its topics) but I couldn’t find the answer to my question.
    Have I missed something?

Viewing 4 replies - 1 through 4 (of 4 total)
  • You could just use The_Loop in your root index, or search for “integrate WordPress/WP”
    or see this:
    https://www.transycan.net/blogtest/2005/07/05/integrate/

    Thread Starter tjrep

    (@tjrep)

    Thank you very much, your link gave me some clues. I’ll try it and reread The Loop for extra information.

    Thread Starter tjrep

    (@tjrep)

    I’ve tried your suggestions and the articles appear in my index.php,.
    The only problem is that the WordPress style sheets are also loaded into my page.
    If I change the wp-blog-header to exclude it’s style sheets nothing appears in my page.

    Could you please tell me what I am doing wrong?

    Thread Starter tjrep

    (@tjrep)

    I’ve tried your suggestions and the articles appear in my index.php,.
    The only problem is that the WordPress style sheets are also loaded into my page.
    If I change the wp-blog-header to exclude it’s style sheets nothing appears in my page.

    Could you please tell me what I am doing wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘exporting posts to webpage’ is closed to new replies.