• i want to make a list of all my posts alphabetically, so i want to be able to click on A, B, C, D, E, F etc, which scroll me download to that particular section of the page. how can i do that?

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Start by creating a custom query that changes the post ordering.

    Thread Starter Rez

    (@rez182)

    im not good with all the html, so i decided to do it manually, i already have put in all the posts alphabetically, and all that is left now is to make (hyperlinks) i guess thats what its called, to the letters at the top, which will scroll download to the content related to that letter. example:

    A, B, C, D …

    A:
    acer,
    asus,

    B:
    benq,
    ..

    C:

    how can i create a link between the top page C to the bottom C? so that if i click on C at the top, it will scroll me down to the C below.

    EDIT: btw this is a static page

    You have to first add ids/anchors to each of your sections. eg:

    <div id="a">A</div>
    ...
    <div id="b">B</div>

    etc.

    Hi,
    I have a product page that has intro phrases (bulleted) above and corresponding paragraphs lower on the page. How do I link them? My site is:
    https://www.organicallyblonde.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to insert links to internal contents inside one page?’ is closed to new replies.