-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an archive footer, but it's not rendering yet for some reason
- Loading branch information
1 parent
5a724ad
commit 858029a
Showing
2 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
source/wp-content/themes/wporg-news-2021/block-template-parts/footer-archive.html
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!-- wp:group {"tagName":"footer","align":"full","layout":{"type":"flex"}} --> | ||
<footer class="wp-block-group alignfull"> | ||
<!-- wp:group --> | ||
<div class="wp-block-group"> | ||
<!-- wp:heading {"level":4} --> | ||
<h4>Follow The Code</h4> | ||
<!-- /wp:heading --> | ||
<!-- wp:paragraph --> | ||
<p><a href="https://make.wordpress.org/core/">There's a development P2</a> blog and you can track active development in the <a href="https://core.trac.wordpress.org/timeline">Trac timeline</a> that often has 20–30 updates per day.</p> | ||
<!-- /wp:paragraph --> | ||
</div> | ||
<!-- /wp:group --> | ||
<!-- wp:group --> | ||
<div class="wp-block-group"> | ||
<!-- wp:heading {"level":4} --> | ||
<h4>Find An Event Near You</h4> | ||
<!-- /wp:heading --> | ||
<!-- wp:paragraph --> | ||
<p>Check out the <a href="https://central.wordcamp.org/">WordCamp schedule</a> and find your <a href="https://www.meetup.com/pro/wordpress">local Meetup group</a>! For more WordPress news, check out the <a href="http://planet.wordpress.org/">WordPress Planet</a>.</p> | ||
<!-- /wp:paragraph --> | ||
</div> | ||
<!-- /wp:group --> | ||
|
||
<!-- Todo: Subscribe form -- no block available yet. --> | ||
|
||
<!-- wp:group --> | ||
<div class="wp-block-group"> | ||
<!-- wp:heading {"level":4} --> | ||
<h4>WP Briefing — The WordPress Podcast</h4> | ||
<!-- /wp:heading --> | ||
<!-- wp:paragraph --> | ||
<p>Join Josepha Haden and Matt Mullenweg to learn about where WordPress is going and how you can get involved.</p> | ||
<!-- /wp:paragraph --> | ||
<!-- wp:social-links {"iconColor":"blue-1","iconColorValue":"#3e58e1","className":"is-style-logos-only"} --> | ||
<ul class="wp-block-social-links has-icon-color is-style-logos-only"> | ||
<!-- wp:social-link {"url":"https://podcasts.apple.com/us/podcast/wp-briefing/id1551691710","service":"chain","label":"Apple Podcasts"} /--> | ||
<!-- wp:social-link {"url":"https://pca.st/uqvvmt8t","service":"chain","label":"Pocket Casts"} /--> | ||
<!-- wp:social-link {"url":"https://wordpress.org/news/feed/podcast","service":"feed","label":"RSS"} /--> | ||
<!-- wp:social-link {"url":"https://open.spotify.com/show/6BxgmE9Qg2TZA8EKZLJ4zS","service":"spotify","label":"Spotify"} /--> | ||
<!-- wp:social-link {"url":"https://www.stitcher.com/show/wp-briefing","service":"chain","label":"Stitcher"} /--> | ||
</ul> | ||
<!-- /wp:social-links --> | ||
<!-- wp:paragraph {"className":"podcast-link"} --> | ||
<p class="podcast-link"><a href="https://wordpress.org/news/podcast/">Listen All Episodes</a></p> | ||
<!-- /wp:paragraph --> | ||
</div> | ||
<!-- /wp:group --> | ||
</footer> | ||
<!-- /wp:group --> |
This file contains 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