• xerocool

    (@xerocool)


    I was wondering…I’m using Kubrick and i would like to create my own custom pages that will show the wp-layout.css, the sidebar, and the header. And in the middle, I want my content to be there.
    What files do i need to include in order to make it work fine?
    (ex: <?php include (“wp-blog-header.php”); ?> or <?php include (“wp-layout.css”); ?>
    Is there maybe a hack for this?…
    I want it to look like wordpress kind off but i want my own content to go into the middle..
    I tried to copy index.php but didn’t do it so good :(.

Viewing 3 replies - 1 through 3 (of 3 total)
  • moshu

    (@moshu)

    I don’t know about Kubrick, but in other templates making a copy of the index.php (and renaming it whatever.php) then deleting The Loop will let you put there any content instead.

    Thread Starter xerocool

    (@xerocool)

    Yeh, I kind of suck @ making the index.php from Kubrick to create custom pages…Tried it once but didn’t look good …

    joe_doufu

    (@joe_doufu)

    better yet, take everything that appears before the “entries” section of the page, and call it index-top.php, take everything after that section and call it index-bottom.php.
    Then in index.php you just include those two files, with the blog entries code in the middle. For your other pages, you use the two includes but with different content.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create new pages in wordpress’ is closed to new replies.