This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

LH Save Down

Description

Save post as text, html, pdf, or epub. Useful for enabling downloads of your content.

The format of the downloadable attachment can be modified by use of templates.

Installation

  1. Upload the entire lh-save-down folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Regenerate your permalinks, via settings->permalinks.
  4. Optionally if you want to change the format of your html or pdf downloads move the lh_save_down-html-post_template.php template (for html) or h_save_down-pdf-post_template.php template (for pdf) into your theme or child theme directory and edit it to customise the output.

FAQ

I installed the plugin but can not see any thing on post, how do I save posts, pages, cpts etc in the various formats?

*Add /feed/lh-save_down-text/ (for text output), /feed/lh-save_down-html/ (for html output), /feed/feed/lh-save_down.pdf (for pdf output), or /feed/feed/lh-save_down.epub (for epub output) to the end of the url of any singular page. You may want to edit your theme files to add these parameters to the end of permalinks to create download links.

What is something does not work?

LH Save Down, and all https://lhero.org/ plugins are made to WordPress standards. Therefore they should work with all well coded plugins and themes. However not all plugins and themes are well coded (and this includes many popular ones).

If something does not work properly, firstly deactivate ALL other plugins and switch to one of the themes that come with core, e.g. twentyfifteen, twentysixteen etc.

If the problem persists please leave a post in the support forum: https://wordpress.org/support/plugin/lh-save-down/. I look there regularly and resolve most queries.

What if I need a feature that is not in the plugin?

Please contact me for custom work and enhancements here: https://shawfactor.com/contact/

Where can I see this plugin in action?

There is a download link in the main menu on this page of the sports organisation of which I am president: https://princesparktouch.com/about/

Reviews

There are no reviews for this plugin.

Contributors & Developers

“LH Save Down” is open source software. The following people have contributed to this plugin.

Contributors

Translate “LH Save Down” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.00 May 10, 2016
Object oriented code.

2.10 May 20, 2016
Added pdf download option

2.11 March 30, 2017
use isset

2.12 July 29, 2017
Added class check

2.13 December 20, 2017
Added basic epub support

2.20 July 28, 2022
updated pdf library for php 8.0