You can do that by choosing “Contact us” as the “parent page” in the Page Parent section on the “How to get there” page.
WordPress page URLs are created like this:
domain.com/parent-page/sub-page/sub-sub-page/
etc.
Reference: http://codex.ww.wp.xz.cn/Pages#Organizing_Your_Pages
Hi zoonini and thanks for your input. However, the page I need to link is actually not Page, but a Post, and as far as I can tell, there is no option to choose a “parent page” for posts. Do you know what I mean?
In the case that this isn’t possible, would there be a way to immediately redirect the post to the correct page?
Sorry, I don’t think I understand exactly what you’re trying to accomplish or why.
Ok, I’ll try to explain it better. On my homepage there is a normal navigation and also several highlighted blog posts. For one of the Blog Posts, I would like to link directly to another Page (not Post) on the website.
Right now, when I click on the Blog Post, it takes me to its own url. I would like it to take me to another existing page. The purpose of this Blog Post is just to highlight something that exists in a more complete form on another page.
If you’re comfortable editing your .htaccess file (or you have a hosting control panel that offers a GUI for it) you can try to set up a redirect. If editing your .htaccess manually, the format is:
Redirect 301 /the-blog-post-slug/ http://www.yoursite.com/contact-us/how-to-get-there/
Be sure to put this redirect above your WordPress permalink rules.
Be very careful if manually editing your .htaccess as you can mess up your site badly. Make a backup of it first.
I just downloaded the following plug-in: Quick Page/Post Redirect DEV
Easy to use, does what I needed without messing with htaccess.
Thanks for your help though!
Glad you found a solution!