Colby Fayock

Results 222 comments of Colby Fayock

ah i hope everything is okay, no worries, no rush, and at least if you get in a PR it'll be good for Hacktoberfest :) i'll try to take a...

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

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...

would love to see some cypress tests too covering basic functionality, ideally things that someone wouldn't need to remove when cloning the site to avoid someone having to clean out...

the tests should generally be unopinionated, meaning, they shouldn't necessarilly test implementation details, otherwise the tests will start to fail as someone starts using the project by pulling in their...

hey @pdenissen the starter isn't configured to dynamically create a frontpage based on the wordpress setting, you would have to customize that yourself inside of Next.js by updating the `index.js`...

@jonnymaceachern for the page template, you can take an approach similar to what i did with Archives, where you can create a Page template and use it as a component...

hey will look into the 10 posts issue, thanks. for the UI check out my comment here: https://github.com/colbyfayock/next-wordpress-starter/issues/358

hey @iorippi interesting one! do you happen to have your wordpress instance public that i can spin it up? if you're still interested in actually fixing and putting together a...