You don’t have to use a specific plugin to achieve columns in print, you can modify how your layout looks when printing using the print CSS media query. You can learn more about this topic here.
In case of the WP Journal plugin to print 3 columns of text add this:
@media print {
.cols3 {
-webkit-column-count: 3;
-webkit-column-gap: 20px;
-webkit-column-rule: 1px solid silver;
-moz-column-count: 3;
-moz-column-gap: 20px;
-moz-column-rule: 1px solid silver;
column-count: 3;
column-gap: 20px;
column-rule: 1px solid #000;
}
}
About how to add custom CSS code to your site read here
Related Posts:
- How can I make it so the Add New Post page has Visibility set to Private by default?
- How to moderate posts
- Show Similar Post Titles ( Similar to Stack Exchange )
- How to add option box in “Edit Post” plugin API?
- How do I unlock a post programmatically?
- How to work with Syntax Highlighter Evolved?
- User-Specific Timezones? Hack? Plugin?
- Delete Post With No Traffic?
- Automatically Creating Posts for Popular Forum Topics or Products [closed]
- Let readers suggest edits from the frontend
- jQuery plugin only in one page/post
- Disallow a user to post in certain categories
- Auto-post to multiple sites like Posterous? [closed]
- Article source link for posts
- Share buttons on article footer
- How to create a Page alias in WordPress
- How to extract images of post and pages excluding header and logo image in wordpress?
- Dynamic HTML not displaying at respective place
- Is there a plugin to display certain posts on certain pages? [closed]
- Custom Post Type causes Page Not Found
- How to filter content post only on save
- Is there plugin to show recent posts from one website in the widget area of another?
- How use %like% in sql statement wordpress
- Get the url of the full sized attachment image using post ID?
- Adding Attachment Display Settings in custom media frame
- Output HTML only on individual post view
- How to get 1 or 2 specific posts on top of my wordpress blog?
- Portfolio + Blog: multisite or plugin?
- With W3 Total Cache when I publish a post it does not appear in the homepage. Only if i purge all cache [closed]
- How to enable qTranslate languages tabs in custom plugin page
- Hiding posts – WP Hide Post not working
- submit posts by unregistered users in wordpress
- Any built-in function to associate a post to category through a plugin?
- How to hide some section in WordPress under Post
- Two problems on my WordPress installation [closed]
- posts comments goes to trash
- How to pull email and name from Flamingo plugin
- Which widget to use for display category post with view more? [closed]
- Unable to add TAB character to post?
- AJAX fileupload – TypeError: not a function ajaxSubmit()
- Recent posts per category loop?
- ‘Organize Series Plugin’ as muti author feature
- Problem of encoding characters (apostrophes) in my posts publications
- How to backup single post in wordpress [closed]
- Is there a way to make the main page only display a brief description of the full article?
- How to change the post form from plugin?
- WordPress plugin Post Creation [closed]
- Allowing users to Sign-up > Login > Post articles that need approval
- posts from multiple post types in one slider
- How to display the featured post on the category page?
- Set Multiple Meta Values as an Array Using dispatch( ‘core/editor’ ).editPost() Call in Gutenberg/JS
- Is there a plugin or a way in the wordpress that would let us have different versions of a post or page accessibe to users?
- download button for audio file in post [closed]
- how to execute some code after a post is published in WordPress [duplicate]
- Post status doesn’t update to ‘future’ every time?
- trigger email when post is published by someone a user follows
- Grab ID from post from plugin and use it to create an object
- Embed PDF into wordpress
- WordPress plugin: Getting posts where checkbox selected
- How to auto strip hyperlinks & images in wordpress post
- WP Editor, save content and category on frontend
- Plugin for TinyMCE to create reference to other posts
- How to get Recent Post From Each Category with Thumbnail?
- help intercepting save_post through plugin
- Why the internal link get converted into a comment?
- Copy/paste local images not working in WordPress
- How to change my 3000 Published post status to Draft using PHPMyAdmin
- .com creates automated link in post
- Is it possible to customize a wordpress post from outside dashboard(Something like site.com/post-type/post/?e=post_id)?
- All Post WordPress Page Error
- Is it possible to create duplicate post on other site (either push, on publish, or pull, periodically)?
- Identify if the_post hook is being called from the admin post list
- Add dynamic color to each category item
- Is there any hook to change media html in post? [duplicate]
- How to Save settings of custom tab product page in admin side in a database?
- Displaying friend’s posts only
- Publish Post but don’t call publish hook in foreground post creation
- Better code/text editing for posts and pages?
- Style WordPress Custom Post Type Single Page
- SWF in wordpress post
- get post excerpt by query
- Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts
- Using Postmash plugin in WordPress 3.3.1
- What is the correct method for updating post content from a plugin?
- Get post id in Post Page within Wp-admin
- PHP $_session is not work in wordpress
- Next and Previous Pagination button not displaying in WordPress
- Notifications on WordPress Website [closed]
- Sell “create a post”, paid account for post creation
- Shortcode returning specific content of a post
- Looking for membership style plugin with edit option [closed]
- Change from blogger to wordpress
- How to customized post slider layout in elementor wordpress [closed]
- How to export post tags from wordpress
- Show WooCommerce products based on query parameters on redirect
- Getting 400 Error in wordpress website
- is_singular() in mu-plugins not working
- WP galleries in posts after import. How do I do it?
- Difficult case to solve – Select + select = result(related data)
- How to check if the post exists in any of the categories?