Hi -
I've read the section in Pages on "Listing Your Pages on Your Site," and I'm not certain what is being recommended there. I need to make a simple link from one Page to another. The code in the example seems to ignore the directory structure; do I need to put a bloginfo("url") in there?
Thanks...
Why not just a link in the content of one page to link to the other:
<h2 align="center"><a href="http://www.sample.com/page-title-xxx/">Next »</a></h2>
Hi, Michael -
Yeah, I'm fine with that. The documenation seemed to hint that I should be doing something else (with Permalinks), but I may have been reading too much into it.
Thanks...