2014-05-05, 04:31:22
To make this plugin work also with non-fancy post URLs and some setups, change:
by:
[Edited 2015-03-06]
Code:
case 'link': return get_site_url(false).$NMPAGEURL.'/post/'.substr($this->id,4);
Code:
case 'link': return htmlspecialchars_decode(nm_get_url('post')).substr($this->id,4);
[Edited 2015-03-06]