EditPost clears thumbnail
See original GitHub issueThis removed the featured images on all my posts:
allposts=client.call(posts.GetPosts({'number':1000}))
for post in allposts:
post.content=re.sub(r"https?://debris.glaciology.net/","/",post.content);
client.call(posts.EditPost(post.id,post))
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
Change post thumbnail on using front end post edit form [closed]
I'm trying to get the post thumbnail to change if a user selects a new file on a front end post edit screen....
Read more >How do you get thumbnails to show up in the admin edit post?
Do you see the post thumbnail box on pages? ... The feature is actually called featured image in the edit post screen, even...
Read more >Thumbnail in post remain 80 px - Support | Kriesi.at - Premium ...
In “edit post” they show the way I want (150px) – when published they are only 80px ... You can clear it out...
Read more >delete_post_thumbnail() | Function
Removes the thumbnail (featured image) from the given post.
Read more >Topic: Thumbnail links inactive in Tanzaku theme | WordPress.com ...
Hi there dear people – I am using the Tanzaku theme which has a 'linkforce' feature that links post thumbnail images to the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Save attachment id while iterating posts and reassign it.
Hey, thanks bro worked for me: