You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible issue leading to possible feature request; duplication steps:
create multiple syndication links at various social media outposts; delete some of those at the outposts (so that links are expired). I ended up with this scenario by testing out some syndication plugins; I ended up with multiple links at the same site.
In the UI for links on the post edit page, clear rows with outdated links, and replace links in some rows with updated ones.
Click the "Update" button for the post in WordPress.
Expected result: The edited syndication URL fields are saved. Actual result: the fields revert to their previous values on page reload and remain the same in the live post view.
The only way I could find to update and delete the syndication links was manual database searches, and delete them all, then use the "add" button in the UI to enter the correct ones again.
I suggest that an "Update links" button which operates on every line displayed (and which deletes entries from blank lines and updates links from changed lines) would be great.
EDIT:
I don't know whether other plugins might add or modify the same metadata? Here's a (crazy this is insane no way did I manually create this list) list of plugins I use:
I'm looking at this and I think I know what the problem is. Every time you save the post, it rebuilds the list of links from third-party plugins it supports. SNAP, which you have, is one of those. Which likely explains the issue. But let me look into whether I can short circuit it.
Possible issue leading to possible feature request; duplication steps:
Expected result: The edited syndication URL fields are saved. Actual result: the fields revert to their previous values on page reload and remain the same in the live post view.
The only way I could find to update and delete the syndication links was manual database searches, and delete them all, then use the "add" button in the UI to enter the correct ones again.
I suggest that an "Update links" button which operates on every line displayed (and which deletes entries from blank lines and updates links from changed lines) would be great.
EDIT:
I don't know whether other plugins might add or modify the same metadata? Here's a (crazy this is insane no way did I manually create this list) list of plugins I use:
The text was updated successfully, but these errors were encountered: