Skip to content

Instantly share code, notes, and snippets.

@Ricardo-Diaz
Created October 5, 2012 02:56
Show Gist options
  • Save Ricardo-Diaz/3837805 to your computer and use it in GitHub Desktop.
Save Ricardo-Diaz/3837805 to your computer and use it in GitHub Desktop.
Perch CMS: Php Code for Blog Feed
<?php
$opts = array(
'filter'=>'postDateTime',
'count'=>'5',
'match'=>'eqbetween',
'template'=>'blog/post_in_feed.html'
);
perch_blog_custom($opts);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment