colbyfayock / next-wordpress-starter

📝 Bring WordPress to the static world with Next.js
https://next-wordpress-starter.spacejelly.dev
MIT License
1.2k stars 291 forks source link

WordPress Theme to Streamline Installation #38

Open colbyfayock opened 3 years ago

colbyfayock commented 3 years ago

There are a few core things needed to make this work with WordPress, maybe we can figure out a way to make a WordPress theme to easily get that done

Plugins

Settings

doingandlearning commented 3 years ago

I'll start this and get a v0.1 ready.

doingandlearning commented 3 years ago

I know I've fallen behind on this. Good news is that GraphiQL is now built into WPGraphQL, so actually this is currently one module and one piece of meta-data.

HeinSnyman commented 2 years ago

@doingandlearning Are you still working on this?

colbyfayock commented 2 years ago

hey @HeinSnyman did you have any thoughts on how youd approach this?

HeinSnyman commented 2 years ago

hey @colbyfayock, well I thought of just starting with creating a theme that adds the required plugins using TGM Plugin Activation and then maybe build up from that ?

Is there anything other than the required plugins that you would like to be added as a feature to the theme ?

colbyfayock commented 2 years ago

not familiar with TGM but makes sense

i was also thinking of a way to only show the front end if the person is logged in, thiat way it gets like a 404 or something or unauth when a guest or bot tries to crawl it 🤔 thoughts?

HeinSnyman commented 2 years ago

I get what you mean, maybe a redirect to the Next url if the user is not admin? I will look into this during the week and see if I can come up with something to show.