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
<?php | |
/** | |
* @package Wordpress JetPack Theme Hooks | |
* @author jwwicks | |
* @copyright Copyright (C) 2017 jwwicks | |
* @license GNU/GPLv2 and later | |
* | |
* http://www.gnu.org/licenses/gpl-2.0.html | |
* | |
* Note: Place the code below in your functions.php theme file |
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
<?php | |
/********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/ | |
/* Create Custom Yoast Sitemap | |
* Credit: Unknown | |
* Last Tested: Unknown | |
********* | |
* HOW TO USE | |
* Replace TYPE with your custom type | |
*/ |
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
{% extends '@nucleus/partials/particle.html.twig' %} | |
{# Query Parameters #} | |
{% set query_parameters ={ | |
'cat' : '-1', | |
'post_type' : 'pods-post-type', | |
'post_status' : 'publish' | |
} %} | |
{% set articles = wordpress.call('Timber::get_posts', query_parameters) %} |
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
.flowplayer { width: 80%; } |
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
<!DOCTYPE html> | |
<html class="no-js" lang="en" > | |
<head> | |
<meta name="description" content="Foundation Scaffold" /> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Foundation 5</title> | |
<link rel="stylesheet" href="//jwwicks.com/files/jsfiddle/css/normalize.css"> |