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 ?
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 ?
you need to read about the loop :
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).
@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 ...
This topic has been closed to new replies.