• I want a
    tag show IF the wp_link_pages() is displayed…..

    <?php if wp_link_pages() ;
    echo ‘
    ‘;
    else
    echo ”; ?>

Viewing 7 replies - 1 through 7 (of 7 total)
  • I’d like to also know this. It’d be a tremendous help if someone could quickly come up with a solution.

    Can someone give a suggestion? Knowing this will help me remove images and the author bio that repeats itself on each page for the same post. It would be cool to have more control over the display of paginated posts.

    Anyone please.

    I haven’t gotten any further in a solution for this. Only, I was thinking wordpress must use some boolean variable to know to display the paginated links. I don’t know.

    Here’s my last plea for any input, before giving up on this.

    try if (function_exists('wp_link_pages')) {

    This sounds interesting an similar to what I want to do.

    I want to show the author’s bio only on the last page.

    But I am stumped.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘wp_link_pages() if/else’ is closed to new replies.