Alright, so far I have been successful at being a beginner at wordpress and customizing it myself. I am trying to make all my sub-content pages on WP. I am inserting this code for all my links to show up:
<?php wp_link_pages('before=<div id="page-links">&after=</div>'); ?>
I have my css set up so when a link is hovered, it highlights it as a 'block' that is why I have the div id information there, I got this code from the codex.
My problem is, I have created 3 pages but they are not showing up. Can someone tell me what correct code I am suppose to be using? Am I using the correct code?