Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Last active February 16, 2020 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanaf1979/b5b86f7c24b5c56e70aa56545599221b to your computer and use it in GitHub Desktop.
Save vanaf1979/b5b86f7c24b5c56e70aa56545599221b to your computer and use it in GitHub Desktop.
Gist for my "WordPress: Managing Your Theme's Footer With Widgets." tutorial/article on https://since1979.dev/wordpress-adding-widget-areas-to-your-themes-footer/
<div class="pure-u-1 pure-u-sm-1-3 pure-u-md-1-3 pure-u-lg-1-5 pure-u-xl-1-5">
<section class="footer-area footer-area-two">
<h4>Contact info</h4>
<div class="textwidget">
<p>Streetname 123<br />
1234 AB &#8211; Cityname<br />
Phone: 12-34567890<br />
Email: info@example.com</p>
</div>
</section>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment