Forums

[resolved] How to display custom field value only in next page of post? (6 posts)

  1. lasano
    Member
    Posted 4 months ago #

    Here is the page where I need my requirement.
    In this page there see a title, paragraph of text and image.
    This is what I gave in title field and content area of post entry page.

    Below the para there is a link 'See Full Report' which I created using wordpress 'wp link pages' function. By clicking on that remaining content of post after '<!--nextpage-->' is shown.

    Below there is a flash file displayed. I load it using custom field.

    Currently flash file is displayed in first page of post.
    I don't want to display it there and need to move that to next page of post. So users after reading the text content, can see the full report flash file only after clicking on 'See Full Report' link.
    I can save a lot of bandwidth by this.

    Hope some one can help in this :)

  2. lasano
    Member
    Posted 4 months ago #

    Sorry I missed to give the page link. Here is the link to page

  3. alchymyth
    The Sweeper
    Posted 4 months ago #

    try to work with conditional statement using the variables $page and $numpages in single.php

  4. lasano
    Member
    Posted 4 months ago #

    This is not page, but post.
    I am talking about page in post using '<!--nextpage-->' tag

  5. alchymyth
    The Sweeper
    Posted 4 months ago #

    I am talking about page in post using '<!--nextpage-->' tag

    I am too ...

    what have you tried so far?

  6. lasano
    Member
    Posted 4 months ago #

    Ha ha... I was searching for a wordpress function or technic to do it. So didn't try to think as a programmer.
    But when I think as a programmer it was so easy :)
    I made it using php GET variable
    Thank you alchymyth for your reply

Reply

You must log in to post.

About this Topic