Nícholas André
Nícholas André
Can you post the full error and details of what the migration you're trying to do?
Hi @nicklaussemuse it shouldn't matter, it should work both at the root and at the `wp/` subdir. This tool relies on WordPress functions `wp_uploads_dir` and `get_theme_root` to figure out paths...
The tool doesn't support `blogs.dir`, while I don't have any plans in supporting it, it should be a relatively simple code change to support it. So feel free to submit...
@lkraav Thanks for you report. I'll look into this issue this week.
@timwright12 @ryanwelcher I feel like this can be useful for themes as well. I know for sure some projects ships custom blocks with themes
> Do we need this when 10up scripts might be on the horizon? 10up scripts should abstract this away.
@beenotung Thanks for this great package, do you plan on supporting index imports? Or would you be able to point in the direction for me look into adding support to...
Is there anything I can do to help move this forward? We provide an official Linaria integration for Pages router on https://github.com/10up/headstartwp and we're now adding support to app router,...
I wasn't able to build the example app ``` > next build ▲ Next.js 14.2.3 Creating an optimized production build ... Failed to compile. ../../node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]/node_modules/next/dist/api/image.js Module parse failed: Duplicate export...
When you say "the page loses the usePost info" do you mean you are not able to use `usePost` hook? By design you should not be able to access the...