Plugin or Wordpress related help wanted

Discussion in 'WordPress' started by kanwarjot, Apr 10, 2008.

  1. #1
    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
     
    kanwarjot, Apr 10, 2008 IP
  2. System0

    System0 Well-Known Member

    Messages:
    168
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    128
    #2
    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.
     
    System0, Apr 10, 2008 IP
  3. Ikki

    Ikki Peon

    Messages:
    474
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can also use CSS to hide the answer on a div (like the famous
    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.
     
    Ikki, Apr 10, 2008 IP
    kanwarjot likes this.
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    the other option is (probably most used but least friendly) is have a pop-up box with the answer in.
     
    just-4-teens, Apr 10, 2008 IP
    kanwarjot likes this.
  5. kanwarjot

    kanwarjot Notable Member

    Messages:
    3,256
    Likes Received:
    283
    Best Answers:
    0
    Trophy Points:
    230
    #5
    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:D
     
    kanwarjot, Apr 11, 2008 IP