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.
Ensures that when the root directory templates are updated to utilize Athena, v5 templates are loaded if the current issue is set to 5. This will help with allowing us to push this version up to production before switching the current version to 6. This is the first PR in completing out #64.
Other Notes:
<big>
tag and adds an Athena class for the font size. Themb-4
class was also added to the heading tag, that won't change anything on the v5 side though since no styles are attributed to it.get_version_front_page()
function and references in the front-page.php template to it. This function was never actually getting called since we've had and will have a single page set as the homepage.get_option( 'show_on_front' )
would only not be "page" when the homepage settings are set to display posts.TODO: Athena-ize
comments to./front-page.php
and./page.php
for testing purposes. These will be removed in a future PR.by_version_template()
so that the frontpage and page templates are looked for in the current version's directory before the root directory.page.php
v5 template is already in the v5 directory and matches the root template.