This file contains hidden or 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 | |
/** | |
* 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, |