Support » Fixing WordPress » displaying wordpress on my homepage

  • enockma

    (@enockma)


    i’m sure this has been discussed many many times, and i’ve searched this forum and wordpress.org and google etc.

    my questions is:
    i want to integrate wordpress into my existing homepage, so that my wordpress blog is displayed on my /index.php page.

    I’ve found these links:
    http://www.jonathanwold.com/tutorials/wordpress_integration/
    http://www.transycan.net/blogtest/2005/07/05/integrate/

    the links seems to say “integrating into existing website”, but mean creating/modifying themes to match your existing website. maybe i’m missing something…

    what i’m interested in learning is how to embed the blog into my current homepage with existing navigation. for example, using the default theme. is this possible, or recommended?

    thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter enockma

    (@enockma)

    found what i was looking for.

    for others, see:
    http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    the PHP tag you insert into the code of your homepage is:

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./WordPress/wp-blog-header.php');
    ?>

    you’ll have to create/modify your theme. The links in my previous post help explain.

    thanks and good luck.

Viewing 1 replies (of 1 total)
  • The topic ‘displaying wordpress on my homepage’ is closed to new replies.