Bill Erickson

Results 20 comments of Bill Erickson

I'm bumping this ticket. We're running into this issue on all sites we are building. TikTok is one of the more popular social services currently, and it would be nice...

What's your use case? Why do you need a slug, to provide a URL? Use get_permalink( $post_id ) to get the full URL to the post. Slugs can change change...

What I would do in that situation is hook into save_post and add another meta field that stores either the page title ( get_the_title( $post_id ) ) or page path...

I'm happy to accept a pull request, or more guidance on where a filter would be useful. I never use multisite so wouldn't be comfortable writing it on my own.

I apologize for not hopping on and helping you back in August when you first created this branch. I'm definitely interested in a PR for this. I have a project...

It's probably best to wait until the coding standards branch is merged in, as that made extensive changes throughout the plugin.

As long as this doesn't force updates for all existing users of the plugin, I'm okay with it. This plugin was originally designed as a "starter" plugin - to be...

If the upload directory is changing, shouldn't that be reflected in `wp_upload_dir()`? I'm working on a site right now with a non-standard uploads directory and this plugin is working fine...

I've never used Bedrock before so am not sure what changes are required to make it compatible. If you can submit a pull request that fixes the issues in Bedrock,...