don’t want to use wp_list_pages…
-
I have a list of Page links in my sidebar. I *must* “hard-code” the list, rather than using wp_list_pages, because using that strips my links of necessary information.
However, I can’t find anything in the codex (or in the searches of both forums and documentation) of how to link to a Page without using that function.
What am I missing?
<a href=<?php WHAT GOES HERE? ?>Page 1</a>
I haven’t got the “Pretty Permalinks” working yet (the jury’s still out on that one) so I can’t exactly just put in
<a href="https://www.site.com/Page1.php">
because I don’t know if that will work if we *don’t* use “Pretty Permalinks”.Anyone got a quick answer for me? I feel like this is something easy and I’m just overlooking it somehow (or hey, I could be wrong – maybe it’s not!)
Thanks so much ??
- The topic ‘don’t want to use wp_list_pages…’ is closed to new replies.