next-wordpress-starter icon indicating copy to clipboard operation
next-wordpress-starter copied to clipboard

WordPress Theme to Streamline Installation

Open colbyfayock opened this issue 5 years ago • 7 comments

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

  • WP GraphQL
  • WP GraphiQL

Settings

  • Metadata: Twitter handle for twitter:site meta tag

colbyfayock avatar Oct 13 '20 02:10 colbyfayock

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

doingandlearning avatar Oct 24 '20 08:10 doingandlearning

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.

doingandlearning avatar Jan 13 '21 20:01 doingandlearning

@doingandlearning Are you still working on this?

HeinSnyman avatar Oct 13 '21 06:10 HeinSnyman

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

colbyfayock avatar Oct 14 '21 01:10 colbyfayock

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 ?

HeinSnyman avatar Oct 15 '21 06:10 HeinSnyman

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?

colbyfayock avatar Oct 15 '21 17:10 colbyfayock

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.

HeinSnyman avatar Oct 18 '21 06:10 HeinSnyman