Permalink Change Sharecount recovery
-
Hi there,
I have recently changed permalink settings of the WordPress site.
From: http://www.saviorofmankind.com/sample-post/
To: http://www.saviorofmankind.com/%category%/%postname%/I currently use the following to recover individual post:
a2a_config.counts = {
recover: function(data) {
return data.url.replace(‘http://www.saviorofmankind.com/uncategorized/the-calf-vol-1-part-1/’, ‘http://www.saviorofmankind.com/the-calf-vol-1-part-1/’);
}
};But there are hundreds of posts, so would I need to add such custom code for each post link?
Kindly help.
The page I need help with: [log in to see the link]
The topic ‘Permalink Change Sharecount recovery’ is closed to new replies.