• I am trying to add a paragraph to the top of a gallery page that only shows on the first page of a gallery if it has multiple pages. And to make it even more complicated I am trying to use PHP code as the paragraph.

    Is this possible?

Viewing 1 replies (of 1 total)
  • Thread Starter islandcastaway

    (@islandcastaway)

    If found a way to do it to category pages:
    <?php if ( $paged < 2 ) { ?>text for first page<?php } else { ?>empty or text for rest of pages<?php } ?>

    can this be adapted for nexgen album pages?

Viewing 1 replies (of 1 total)
  • The topic ‘Next-gen gallery show a page description only on first page’ is closed to new replies.