Actually i am thinking of adding some pictures to my illusion blog with an option that the ans to that illusion is on the next page Like: Count how many tigers are here : Image here Click here to see answer... Something of this sort...can any one tell how can this be done... Thanks
with wordpress you could achieve this from the home page using the more tag ie. put the answer after the read more tag. However, this wouldnt work for people visiting the specific blog post (eg the single.php page). One workaround is this (albeit it's a bit complicated) basically what you would do is create a new category called 'Answers'. You would then have to code your home page and category listings so that posts in this answer category are not shown or linked to. So although the posts are published they wont be linked to automatically anywhere on your blog. That means you can add a link to your answer post at the end of your question post Actually, when I think about it, after you have coded the index.php and latest posts stats etc to not show the answers category this would be a very easy thing to maintain.
You can also use CSS to hide the answer on a div (like the famous Spoiler tag does) and then make it visible when someone clicks on the "View answer" link. That way you wouldn't need to add a new page. Get the idea? I can help you for free if you want. That's not so hard to do.
Thanks for your answers friends...i am trying it in fw days and if i am not able to do it i will come back here again