• Resolved karin24

    (@karin24)


    Hello,

    since hours I am trying to integrate my webblog in my webdesign. The problem: I cannot connect the page with wordpress, I always receive several error messages. If I start wordpress directly with the index.php in the main folder it works properly, but then it doesn’t contain my webdesign ??

    This is my code:

    <head>
    
    <!-- Metadata, Title of Page, Navigation -->
        <? include ("metadata-welcome.php"); ?>
        <? include ("navigation.php"); ?>
        <? include ("header.php"); ?>
    <!-- End of Include -->

    This part above includes metadata, navigation and header design. So the webdesign part is finished now.

    Subsequent would be the code for the content. I don’t write it down because it is too long. The code says that it have divided the page into two parts. This was solved by a table, not by a frame. Now the problem regarding wordpress:

    On the left hand side you should have the content (blog entrys, general overview of the blog). On the right hand side you should have the categories, search form and so on. So my webdesign looks a little bit like the “WordPress Standard DE-Edition” (header top, content left, blog navigation right).

    My questions:
    – How can I connect my webpage and its design with wordpress? Do I have to copy my files in any wordpress folder? If yes: In which one?
    – Which wordpress-tags do I have to enter in my webpage for connecting with the database?
    – Which tag do I have to use e.g. for showing the categories?

    Please, please help me…!!! Thanks a lot,
    Karin

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘My webdesign and wordpress: How to connect it?’ is closed to new replies.