this is what i want the content part of page.php to look like:
------------
TITLE
PAGE CONTENT
LINKS
------------
I've got the title and page content down.
The problem I am having is with the links.
basically, if $post->ID == 91, i want links to every post in category 82 to appear under the content.
I tried my way but it didn't work.
Any suggestions?