Skip to content
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

Site Editor Pages: load the appropriate template if posts page set #52266

Merged
merged 5 commits into from
Jul 10, 2023

Commits on Jul 10, 2023

  1. This commit:

    - links the posts page to the homepage template when a post page is set
    - abstracts logic to get page item props
    ramonjd committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4ee67d6 View commit details
    Browse the repository at this point in the history
  2. The Posts Page resolves to display the Home or Index template only. A…

    …dding a check to skip the Front Page
    ramonjd committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f719f4b View commit details
    Browse the repository at this point in the history
  3. Showing homepage settings for posts pages that are set as the post pa…

    …ge in reading settings
    ramonjd committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cfce633 View commit details
    Browse the repository at this point in the history
  4. Post pages that have been set to display posts will redirect to first…

    … the home template, then the index template. The fallback is the post id of the page.
    ramonjd committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    47a2684 View commit details
    Browse the repository at this point in the history
  5. Reverted refactor of packages/edit-site/src/components/sidebar-naviga…

    …tion-screen-page/index.js
    
    Will do it in a follow up
    ramonjd committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b893a71 View commit details
    Browse the repository at this point in the history