Link to a Single Page
Permalink
Hello everyone.
I'm currently developing several single pages that will work together, in a sense.
One of those pages (publicly avaible to the users) will have to link to another single-page.
How can I accomplish this? How can I make it link to another single page? I know the URL-handle of the single page, but I wonder if it is possible to add other parameters to the URL?
My two single pages are kind of a "news" section, where we have a general overview of news items, linking to detail pages. Both the overview-page and the detail-page are single pages.
I'm wondering if it's possible to link like this:
www.www.example.com/news/15/the-title-of-the-news-item...
instead of:
www.www.example.com/news-detail?id=15...
Am I making any sense? Could someone guide me if this is possible?
Thanks for your time.
I'm currently developing several single pages that will work together, in a sense.
One of those pages (publicly avaible to the users) will have to link to another single-page.
How can I accomplish this? How can I make it link to another single page? I know the URL-handle of the single page, but I wonder if it is possible to add other parameters to the URL?
My two single pages are kind of a "news" section, where we have a general overview of news items, linking to detail pages. Both the overview-page and the detail-page are single pages.
I'm wondering if it's possible to link like this:
www.www.example.com/news/15/the-title-of-the-news-item...
instead of:
www.www.example.com/news-detail?id=15...
Am I making any sense? Could someone guide me if this is possible?
Thanks for your time.