Skip to content

Instantly share code, notes, and snippets.

View ChristopherNeetz's full-sized avatar

Christopher Neetz ChristopherNeetz

View GitHub Profile
@billerickson
billerickson / page_featured_blog.php
Last active July 21, 2018 05:58 — forked from ChristopherNeetz/page_featured_blog.php
Genesis page template with full blog post and additional posts with excerpts
<?php
/**
* This is a sample function to illustrate your loop.
*/
function your_function() {
$displayed_full_content = false;
$posts = new WP_Query( /* your query args here*/ );
while ( $posts->have_posts() ) {