Pascal Birchler

Results 727 comments of Pascal Birchler

> It's possible to use the importer to add new posts to a site rather than overwrite everything, so we can't count on the term id being the same. That's...

I see no harm in importing the content when the post type doesn't exist. I mean it could perhaps show a small notice, but why should it prevent you from...

That sounds like a fun bug 🙂 Does this error happen all the time or was it just once?

Could you share the file you tried to import with us by chance if it doesn't contain confidential data?

I understand, thanks for the additional information. Still, having an actual test file would make things easier for testing. Just in case I need it, which WordPress & PHP versions...

Worth noting that `get_option( 'site_icon' )` just holds the ID of the site icon, not its URL. The actual URL is generated by `wp_get_attachment_image_url()` and then `wp_get_attachment_url()`, which uses the...

> I don't think we need to limit ourselves to that, but if we go beyond "out-of-the-box" functionality, we should discuss what the scope we want to support should be....