Skip to content

Instantly share code, notes, and snippets.

View mort1305's full-sized avatar
😬
I may be slow to respond because I don't know how to use GitHub.

Mort 1305 mort1305

😬
I may be slow to respond because I don't know how to use GitHub.
View GitHub Profile
@mort1305
mort1305 / block.php
Last active April 1, 2022 08:05 — forked from jasperf/block.php
blocks/highlights/block.php or new blocks/recent/block.php
<?php
/**
* First, let's compile an array of the things we want to display. The
* posts are the easy part, so let's do those first.
*/
$mort = array();
// Go thru the post types and the number of them we want. Can change these numbers to get more/less of each post type.
foreach(array(
'post' => 3,