my single post looks like that: http://pastebin.com/KdEbs82P
I want to display on single post two things:
- list of ALL posts in general
- single post title
- content
What I achieved right now is not satisfing because I AM displaying all posts (and it works ok) but the second part (connected with showing only specific post title and content) don't work. By don't work I mean - it shows only the newest one;/ So giving it into real example:
I have 2 posts called "News about IT" and "TV series". Post about TV is the newest one. After clicking on News about IT i will see all posts in the top and as a main part - title and content of NEWS ABOUT IT. Right now using my solution it shows TV series as a newest post..
how to achieve my solution?