i use the plugin 1-Click WP SEO and on
“Check for mail every 5 min” in postie
postie always make “tmptitle “
if i klick on “run posti” it worke right !
the error message is:
[15-Dec-2014 00:38:13 UTC] PHP Fatal error: Call to undefined function get_sample_permalink() in /home/news/public_html/wp-content/plugins/one_click_seo/application/models/Post/Url.php on line 6
in the url.php from one_click_seo:
<?php
class Ocs_Model_Post_Url
{
public function get($post)
{
list($permalink, $postName) = get_sample_permalink($post->ID);
return str_replace(array(‘%pagename%’,’%postname%’), $postName, $permalink);
}
}