Adding a Print button to the Single Entry page

Sometimes we want to add a Print button/link to our Single Entry page to allow our users to print/download the contents of that page.

You can achieve this with the help of the Custom Content field.

Just add a Custom Content field to the widget zone of your View with the code below:

<a href="javascript:void(0)" onclick="window.print()">Print</a>

Screenshot of the Custom Content Settings

You might also find the following article interesting: How To Set Up A Print Style Sheet.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us