Néstor Díaz Valencia

Results 63 comments of Néstor Díaz Valencia

Cheers! Anyway this should be further explained in documentation. Don't forget to close the ticket!

We are using this library with WP 4.8 without any issue. Are you sure your WP is under /wordpress/path? Looks like your web server is not serving XML response as...

Sorry this is not an answer. I had to go for the REST API to interact with that plugin https://theeventscalendar.com/knowledgebase/introduction-events-calendar-rest-api/

Save attachment id while iterating posts and reassign it.

It's easy but not straight forward. Something like this: ``` For each post: media_id = post.thumbnail change your text post.save() post.thumbnail = media_id post.save() ``` Or show the code not...

Hi, that format you mention look like to me "php serialization" format. There is a python module that helps you with that. Hope it helps.

You must pass an offset to iterate over all of them. Wordpress itself will not give you all on one request: https://www.shift8web.ca/blog/use-python-connect-wordpress-site/

Are you sure you are passing a datetime object? This works fine for me. Also, for moving back and forth in dates Arrow python library is one of the best.

Looks like a Wordpress issue: https://core.trac.wordpress.org/ticket/17604 Last comment gives you the clue that a solution is to delete media first and upload after so names don't collision and need to...

Fixed in pull #request #4