What are the “linked Pages”?
The ability to have a post over multiple pages. I’m seeing this at the bottom of one of the sample posts in the theme viewer.
Ex. “Pages 1 2 3”
Ah, it’s called “nextpage” if I remember well.
You should add <!--nextpage--> in the post’s text where you want the break.
Note. There is a template tag that should be in the template file (index, home) to make it work. Most themes do have it.
http://codex.ww.wp.xz.cn/Template_Tags/wp_link_pages
Thanks for the help moshu!
Well, I though this was resolved but I’ve followed all the directions to no avail. I’ve added <!–nextpage–> multiple times and I’ve made sure the link_pages script is in there where it should be (single.php, in the loop). I’ve even tested out on Kubrick and still no luck. Any ideas what I’m doing wrong?