Viewing 1 replies (of 1 total)
  • Plugin Author Baden

    (@baden03)

    This can be easily accomplished with Print-Pro-Matic
    You simply need to have this information displayed on the page you wish to print, wrapped in a div like so:

    <div class="print_only">
    on: <? print(Date("Y")); ?> from: <?php the_permalink(); ?>
    </div>

    and then you can use printonly attribute to hide the .print_only div on the display page.

Viewing 1 replies (of 1 total)
  • The topic ‘Print-o-Matic Print Out Page URL’ is closed to new replies.