So I am doing the whole:
while have posts, the post,show title, content, end while.
for both single-postType and archive-postType. The problem is that, one when going to: site/postType I get my themes 404, and when go tosite/postType/post I get a list of all the posts in that post type, how ever they are listed as a post, meaning I cant click on the title to go to the individual post and what not.
An example is if you go to:
http://development.adambalan.com/ae/another-post/
you see a list of posts for that post type, when you should see "another post"
and if you go to http://development.adambalan.com/ae/ you get a 404.
ideas?