Links Page

You can see an example of a Links page here.

Set up a Links page

  1. Go to Pages > click on "New page"
  2. Add Links as the title
  3. Click on the first icon from left to right and select "HTML view"
  4. Copy the HTML below and add it to the page
  5. To change the background, change the color highlighted in red
  6. To change the width, change 640px
<style>.nav-primary,.sidebar,.post-header,.comments,.footer-widgets-wrap,.before-footer,.after-footer,.site-footer{display:none!important;}.content{width:100%!important;float:none!important;}
.container-inner { max-width: 640px; }
body { background-color: #F4EEEF; }
</style>
<ul class="links-menu">
<li><a href="LINK">Page name</a></li>
<li><a href="LINK">Page name</a></li>
<li><a href="LINK">Page name</a></li>
</ul>
<div class="links-social-icons">
<a href="mailto:addyouremail" target="_blank"><i class="fas fa-envelope"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-pinterest"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="LINK" target="_blank"><i class="fab fa-tiktok"></i></a>
</div>