Page 3 of 3 FirstFirst 123
Results 21 to 21 of 21

Thread: How To Create A Static Page?

  1. #21
    Former lead dev Nick's Avatar
    Join Date
    Jun 2009
    Location
    Kakamigahara, Japan
    Posts
    2,858
    Blog Entries
    88
    Thanks
    482
    Thanked 806 Times in 526 Posts

    Default

    You said:

    Quote Originally Posted by coreyt1111 View Post
    lol. Ok let me show you my code:
    PHP Code:
    <!-- Navigation Bar -->
    <
    ul class="navigation"
    what do I change here?
    I replied with the exact change you needed to make:

    Quote Originally Posted by Nick View Post
    PHP Code:
    <!-- Navigation Bar -->
    <ul class="navigation">
    <li><a href="<?php echo $h->url(array('page'=>'about')); ?>">About</a></li>
    And you replied with...

    Quote Originally Posted by coreyt1111 View Post
    ok I didnt figure it out. I must be missing something but I have no clue anymore what im doing wrong. where do I put this? I want it to appear as the first button on thr far left. Is this the only code I need to insert in the nagivation.php file or do I need to insert any other code? Thanks and sorry for the confusion....im a newbie.
    Please read those quotes again, because they hold the answer.

  2. Thanked by:


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. how to create a blog on hotaru
    By penido in forum How-To and Troubleshooting
    Replies: 2
    Last Post: 04-16-2010, 08:01 PM
  2. How to make a static page
    By gibby in forum How-To and Troubleshooting
    Replies: 1
    Last Post: 03-21-2010, 05:51 AM
  3. How to create a footer area
    By gibby in forum How-To and Troubleshooting
    Replies: 4
    Last Post: 03-21-2010, 01:56 AM
  4. [Docs] Create a Page
    By Nick in forum Design and Layout
    Replies: 0
    Last Post: 11-17-2009, 05:30 AM
  5. [Done] Possibility to add and manage static page
    By carlo75 in forum Plugin Suggestion Box
    Replies: 3
    Last Post: 11-13-2009, 12:59 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •