How do I fetch the static front page using the REST API?
I would like to create an Angular 2 SPA that uses the WordPress REST API as a back-end. How can I use the … Read more
I would like to create an Angular 2 SPA that uses the WordPress REST API as a back-end. How can I use the … Read more
I have a baseball related website with multiple authors. I use the “Stick this post to the front page” to denote an “Editor’s … Read more
I’ve a pretty basic problem that I’m surprised WP doesn’t have a native solution for (unless I’m overlooking something, hopefully). I’ve a WP … Read more
I’m working on a website that uses a static front page. It also shows the single most recent blog post. This was achieved … Read more
I am trying to programmatically set the ‘page_on_front’ option with the id value retrieved from the get_page_by_title command… $homepage = get_page_by_title( ‘Front Page’ … Read more
I have done quite extensive research on how to use pre_get_posts on true pages and the static front pages, and it seems that … Read more
I’ve found that is_front_page appears to return true when I’m viewing the home page and have a single sticky post assigned there. It … Read more