Skip to content

Commit

Permalink
Add an archive footer, but it's not rendering yet for some reason
Browse files Browse the repository at this point in the history
  • Loading branch information
coreymckrill committed Sep 24, 2021
1 parent 5a724ad commit 858029a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
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 &mdash; 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 -->
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@
</main>
<!-- /wp:query -->

<!-- wp:template-part {"slug":"footer-archive","theme":"wporg-news-2021","layout":{"inherit":true}} /-->

<!-- wp:wporg/global-footer /-->

0 comments on commit 858029a

Please sign in to comment.