Light a candle and pray for a loved one, for a cause, or for yourself.
In Memoriam (Light a Candle) enables you and your site’s visitors to easily and quickly light candles in the the memory of a died person, to support a cause, or even for your own wellness. The plugin integrates seamlessly with your existing WordPress admin area, so you will feel right at home.
There are a few simple ways to manage your candles:
This plugin is in constant development. If you have any feature requests or questions, please feel free to submit them via the support forum.
Please Note: Although any output In Memoriam (Light a Candle) generates is well structured, no styling is shipped out of the box. This means it is up to your theme to decide how the output will be styled.
If you have found this plugin useful, consider taking a moment to rate it, or perhaps even a small donation that will be used for charity.
English by default). If you translated it in a need language please contact us to include it in the next release. If you find any mistakes in the translation, please contact us and we will make relevant corrections.
Romanian (ro_RO)
Polish (pl_PL)
WordPress.org Plugin: https://wordpress.org/plugins/in-memoriam-light-a-candle/
Plugin Home: https://www.setthings.com/en/in-memoriam-light-a-candle-wordpress-plugin/
Plugin Demo: https://www.setthings.com/en/memorial/
I am not a programmer, but I needed this kind of plugin, so I built it starting from the plugin Clean Testimonials, https://wordpress.org/plugins/clean-testimonials/, with author: lukerollans. And now I want to share it with you.
Choose file
(Browse
) and select the downloaded zip file of the plugin.Install Now
button. Activate Plugin
button for activating the plugin. If you get an error something like “An internal error occurred: 518E5D10893F9.A6B37D5.9F002051”, you have to replace the existing keys for reCAPTCHA with your own keys. For this:
a) Go to https://www.google.com/recaptcha/admin, register your site and get the Site key and Secret key.
b) Replace, in shortcodes.php, the existing keys from
echo recaptcha_get_html(‘SITE_KEY’)
and
recaptcha_check_answer(‘SECRET_KEY’
Yes. On top of your ability to add and edit candles in the WordPress admin area, you can also use a shortcode to display a form on any page you like. This form will create a new candle when a user fills it out. The shortcode to do this is [candle-submission-form]
When a user submits a candle, it will default to “Draft” status. You will need to publish any candle this way before it will display on your site. Just in case someone writes anything naughty!
To display all candles with pagination, use the [candles] shortcode.
To display a single candle you can use the [candle id=”xyz”] shortcode, where “xyz” is the ID of the candle you wish to display.
You can copy and paste the candle shortcode complete with ID from your Candles admin page in WordPress.
To display a category of candles (with pagination!), you can use the [candles category=”xyz”] shortcode. where “xyz” is the ID of the candle category you wish to display.
You can also display candles from multiple categories by using [candles category=”xyz,abc”] where “xyz” is the first ID and “abc” is the second. You can pass in as many ID’s as you like, just separate them with commas.
You can copy and paste this shortcode complete with ID from the Candles -> Categories admin page in WordPress.
Yes, you can use the Candle Widget and specify the “random” option, or you can use the [candle id=”random”] shortcode.
Yes. Specify the “per_page” attribute when using the [candles] shortcode. EG, [candles category=”10″ per_page=”5″].
The following filters are available in In Memoriam (Light a Candle) so you can customise it to your liking.
The following actions are available in In Memoriam (Light a Candle) so you can customise it to your liking.
1. ct_before_render_candle – Fires before a candle is rendered. Passes in $candle and $context
1. ct_after_render_candle – Fires after a candle is rendered. Passes in $candle and $context
The following information might be handy for you to know.