How to print a WordPress page? - Modern Events Calendar Knowledgebase How to print a WordPress page? - Modern Events Calendar Knowledgebase

How to print a WordPress page?

How we can have a WordPress site designed for print? If you need to print out web pages and read the printed version, you should designing your WordPress site for print.

How to create simple Print Styles

Note: Some Theme Developers might have already considered and included print styles for their Theme. Check the Theme folder for a print.css style sheet file and in the style.css for references to print style.

In order to set the browser to look for the print styles within the style sheet, you need to change your style sheet link in the head section of your header.php template file from this:

Code

In order to set the browser to look for the print styles within the style sheet, you need to change your style sheet link in the head section of your header.php template file from this:

/**/

In order to set the browser to look for print styles in the style sheet:

/**/

In your style sheet, usually at the very bottom, add the following to start your print styles:

/* Print Styles */ @media print { body { background:white; color:black; margin:0; } }
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen, print” />
/* Print Styles */ @media print { body { background:white; color:black; margin:0; } }

Report Out Dated Content

If you think lorem ipsum then dolor site amet never

Report Now

0 Comments

No Comment.