Skip to content

Instantly share code, notes, and snippets.

define("WP_POST_REVISIONS", 3);
@timoleinio
timoleinio / wp-config.php
Created May 5, 2013 20:53
Disable WordPress revisions
define("WP_POST_REVISIONS", false);
define('AUTOSAVE_INTERVAL', 120);
@timoleinio
timoleinio / shortcode
Created June 3, 2013 19:20
Simple WordPress shortcode example
[shortcode]
@timoleinio
timoleinio / shortcode
Created June 3, 2013 19:24
Shortcode example with parameters
[shortcode parametri="arvo" parametri2="arvo2"]
@timoleinio
timoleinio / shortcode
Created June 3, 2013 19:25
Gallery shortcode example
[gallery link="file" columns="3" ids="22,21,17"]
@timoleinio
timoleinio / shortcode
Created June 3, 2013 19:26
Example of escaped shortcode
[[gallery link="file" columns="3" ids="22,21,17"]]
@timoleinio
timoleinio / functions.php
Last active December 18, 2015 00:59
Example how to create your own shortcode
<?php
add_shortcode('moikka', 'moikka_maailma');
function moikka_maailma(){
return 'Moikka maailma!';
}
?>
Cc: test@mailinator.com
Bcc: test2@mailinator.com
on_sent_ok: "location = 'http://wpopas.fi/';"