You can’t use the wp_print function with both custom post types and permalinks.
You can replace the stand function with this:
1 | <?php if (function_exists( 'wp_print' )) { ?><a href= "<?php the_permalink()?>?print=1" > Print this page</a> <?php } ?> |
Revisions: (Show)
No comments yet.