Forums

how to integrate wordpress pages into existing website (4 posts)

  1. itssami
    Member
    Posted 2 years ago #

    I want to to integrate my wordpress blog's pages into my website design.I want that everypage what i create in wordpress automatically appears in my website design.. Can someone kindly tell me how i can do that ?

  2. chaaban
    Member
    Posted 2 years ago #

    you need to read about the loop :

    http://codex.wordpress.org/The_Loop

  3. ericr23
    Member
    Posted 2 years ago #

    I was new to WordPress a few weeks ago, and had already created a site using Javascript includes for the footer, sidebars, and footer and CSS for formatting.

    For using them with WordPress, I changed all the links to complete URLs instead of relative URLs.

    I created my own theme for Wordpress by copying the regular site's index page for the Wordpress index page. I left the header and footer includes, but replaced the sidebar include with a call for WP's sidebar.

    I did not use the style.css file in the WP template folder (except to define the template) and instead left the call to the main site's stylesheet.

    Then, of course, I took out the "main" part of the original index page and inserted "the WP loop."

    I started the WP sidebar file by copying the original sidebar include, then added desired WP features, such as search, categories, and login to the sidebar file.

    After I got all that done, I created a "single" page similar to the index page.

    I use "if" conditionals to determine the heading text on the index page (e.g., if it's a category or archive page).

  4. save-plutonet
    Member
    Posted 2 years ago #

    @itssami: Post the link to your site and we can provide you with some tips. On my site http://www.nurido.at/ I installed the blog on the start-page ...

Topic Closed

This topic has been closed to new replies.

About this Topic