Skip to content

Instantly share code, notes, and snippets.

[instagram-feed num=5 cols=5]
[instagram-feed num=10 cols=10 imagepadding=0 showfollow=false]
[instagram-feed num=6 cols=6]
<a href="YOUR LINK HERE">TEXT HERE</a>
.home-slider, .home-cta {
float: none;
padding-bottom: 40px;
width: 100%;
}
@restored316
restored316 / Refined-Instagram-Template-PHP
Created November 19, 2018 17:18
Refined-Instagram-PHP-Template
<?php
/**
* This file adds the Instagram Page Template to your theme.
*/
/*
Template Name: Instagram
*/
//* Add custom body class to the head
add_filter( 'body_class', 'r316_add_body_class' );
@restored316
restored316 / custom.css
Created May 1, 2020 20:11
Thyme - Change title font
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
font-weight: 400;
}