• Hi there,

    Let me begin by saying I absolutely love the Penscratch theme, so thanks for that!

    Most of my posts are pretty long, so I split them into multiple pages (using <!–nextpage–>) and that works very well. The thing is.. I only want to show (the possibility to post) comments on the very last page.

    The same goes for the plugin ‘WP Product Review’, I have set it to show at the end of the content, but it shows up on every page instead of just on the last page.

    Example post: http://www.product-reviews.eu/kobo-aura-h2o-review/

    Hope you can be of assistance. BTW: I have made a child theme to make the ajustments in.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter product-reviews.eu

    (@product-reviewseu)

    Also, I have allready tried making page.php in my child theme with the following code:
    <?php if( $numpages == 1 || ($numpages > 1 && $page == $numpages) ) comments_template( ”, true ); ?>

    It didn’t help though. I must say I’m pretty new to this so maybe I’m just being a noob.

    Glad you’re liking Penscratch!

    I’m not sure about the custom PHP you’re looking for. You might try asking in the WordPress StackExchange forum if no one here is able to help:

    http://wordpress.stackexchange.com/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multi-page posts: comments only on last page’ is closed to new replies.