next-wp
next-wp copied to clipboard
Headless Wordpress Starter built with the NextJS App Router and React Server Components
No image on Post card in Posts section. Even though I have a featured image in every Post , it seems to dont see the source url... ``` post: {...
how to fix GET /posts 500 in 566ms GET /favicon.ico 200 in 85ms ⨯ SyntaxError: Unexpected token '
I noticed that the getAllPosts function only returns a maximum of 10 posts due to the wordpress API. I suggest adding the per_page parameter to the api request to enable...
otherwise, can be confusion. and in most case- tags and categories for personal, even business blog exceed 10 but not 100. request: update README ## Summary by CodeRabbit * **Bug...
Hi If I increase `per_page=110` in `Wordpress.ts` I ran into error during build time. please help to fix this bug I have more than 200 posts and want to generate...
Hi, I am building a blog where my main content is in RTL. Some parts, like code blocks (), need to be displayed in LTR. I tried to apply styles...