gdaddy
Forum Replies Created
-
Not to post a million times (too late), but it takes the /catagory/ off the posts but not the actual categories.
Example: fakesite.com/news/charlie_sheen_post/ (post taxonomy works)
Example: fakesite.com/category/news/ (category taxonomy does not, should be fakesite.com/news/)Scratch that. It wasn’t working for my old sites either.
Here’s some more information on this-
I have multisite and when I did the last update, it did NOT work for any NEW site I tried to add but looks as though it continued to work for my old sites. When I reverted back to the previous version of the plugin, it immediately worked again. So there’s something in the newest release causing an issue.
Does it have a single quote in the title? If so, go to the wpematico_dojob file, isDuplicate function, under the line that says –
$title = $item->get_title();
put
$title2 = str_replace(“‘”,”””,$title);
and in the query below it, change $title to $title2had the same issue