-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Sites: Add a "Day of Event" page to new sites #241
Conversation
Live "Latest Posts" block requires the Gutenberg plugin to be active. |
41ec168
to
17dfeeb
Compare
2f16bc7
to
6a74dfa
Compare
This is a new page that will use the Day of Event template.
6a74dfa
to
d214da7
Compare
Now that these blocks are enabled for everyone, this is actually ready for review :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Tested locally
array( | ||
'title' => __( 'Day Of Event', 'wordcamporg' ), | ||
'content' => $this->get_stub_content( 'page', 'day-of-event', $wordcamp ), | ||
'status' => 'publish', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be draft
instead of publish
, since the page is only intended to be used near the time of the actual event?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, that's a good idea 👍
This creates a new page that will use the Day of Event template on new sites. It includes the Live Schedule block from #243, and the live Latest Posts block from #250. Now that all this content is blocks, organizers can fully control the information & style of this page.
To test