Results 1 to 4 of 4

Thread: Linking to further down the same page

  1. #1
    Thread Starter
    lausha's Avatar
    Join Date
    Dec 2010
    Location
    United Kingdom
    Posts
    422
    Thanks
    62
    Thanked 11 Times in 11 Posts

    Linking to further down the same page

    How do you link to something that's further down the page?

    For example, when you see FAQ pages, sometimes they have all the questions at the top. Just the questions. They are all clickable and when you click on them they open up the rest of the same page, and lead you further down to exactly where the specific answer is. If you then scroll up and down the page from there you see all the other answers there too. Do you understand what I mean? (It's difficult to describe and I don't know the technical term for this)

    Does anyone know how to make those kind of links?

    Thanks

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    I understand what you want, just do not know exactly what you want to.
    You can create a FAQ using a third party plugin.

    Now to do this manually will give a good job because it requires programming knowledge.
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  3. #3
    Forum Member omar1123's Avatar
    Join Date
    Apr 2011
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I did not understand properly what you tried to show us. You may use some images to clarify. By the way you can check this How to Create an FAQ Page with WordPress and Custom Post Types | Nettuts+ might be this proves helpful for you

  4. #4
    Rookie gbndesigns's Avatar
    Join Date
    Apr 2011
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts
    This would involve enclosing the answer to each question in a div element, and then linking to that div.

    ie:

    HTML Code:
    <a href="#who_we_are">Who Are We?</a>
    
    <div id="who_we_are">
    
    text explaining your company, business, etc
    </div>
    An example of this can be seen at: Frequently Asked Questions | Home Assist.co

    EDIT: Your div element HAS to be an ID - you cannot link to a class

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Adding linking category to new page
    By bizz in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: April 11th, 2011, 07:36 AM
  2. Document linking
    By dharper in forum ClassiPress General Discussion
    Replies: 1
    Last Post: March 12th, 2011, 07:49 AM
  3. RSS feed not linking to post
    By eborg9 in forum Report JobRoller Bugs
    Replies: 5
    Last Post: December 30th, 2010, 05:06 PM
  4. Linking categories
    By sarge in forum ClassiPress General Discussion
    Replies: 1
    Last Post: July 7th, 2010, 01:43 PM
  5. Linking categories
    By sarge in forum Help Using ClassiPress
    Replies: 0
    Last Post: December 31st, 1969, 06:00 PM