Add Full-Width Page Template to Starter Theme#81
Open
wprashed wants to merge 4 commits intoAutomattic:masterfrom
Open
Add Full-Width Page Template to Starter Theme#81wprashed wants to merge 4 commits intoAutomattic:masterfrom
wprashed wants to merge 4 commits intoAutomattic:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces a default custom page template (Full-Width Page) to the starter themes generated by underscores.me.
Key Features:
A custom page template (page-fullwidth.php) is included in the theme.
Adds an easy starting point for users to create full-width pages without sidebars.
Adds basic CSS for the full-width layout in style.css.
Updates the generator to include the custom template in all new themes.
Testing Notes:
Generate a new theme via underscores.me.
Verify that page-fullwidth.php is present in the theme directory.
Confirm that the full-width template appears in the WordPress editor's page template dropdown.
Apply the template to a page and check its functionality.