• In my index page I have all post but I would like to place links, categories and other topics in another template. How I can do this? Do you know of some tutorial?

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you are asking what I think, it’s pretty easy. For example:

    1. Create a new file, let’s call it “menu.php”. It should be located next to the index.php file.
    2. Copy and paste the whole menu section (div and all) from the index.php into our new menu.php.
    3. Where the menu section used to be, now put:
      <?php include('menu.php'); ?>
    4. Save both, upload, done.

    Now the menu content is in another file and will be “included” into the index file.

    Or perhaps you mean something like Kubrick, if so just download it from there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search, Links and Categories templates’ is closed to new replies.