Viewing 6 replies - 1 through 6 (of 6 total)
  • I agree.

    I have a blog in testing where I can view the wp-print page for pages and posts but not either of the custom post types which have been set up.

    I don’t have a solution for this at the moment.

    Thread Starter nkuttler

    (@nkuttler)

    It’s just the permalink that is broken.

    blah works.

    Thread Starter nkuttler

    (@nkuttler)

    Oh nice, the forum just shows the link. Anyway, href=”?print=1″ works 😉

    Ok – the wp-print page works ok for custom post types but on ly when permalinks are set to default.

    You can’t have custom permalinks for custom post types if you want them to work with wp-print.

    Chris Reynolds

    (@jazzs3quence)

    @bassscape
    that’s not entirely true. You just can’t use the print_link function. This is what I’ve got (which works):

    <?php if(function_exists('wp_print')) { ?><a href="<?php the_permalink()?>?print=1">Print this page</a> <?php } ?>

    Bassscape

    (@bassscape)

    @jazzs3quence
    Thanks for the tip …….. I’ll be able to use WP Print again! Much appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP-Print] custom post types print’ is closed to new replies.