Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active November 30, 2017 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/dd03c3e2b63dabc78251cd2668288ae8 to your computer and use it in GitHub Desktop.
Save billerickson/dd03c3e2b63dabc78251cd2668288ae8 to your computer and use it in GitHub Desktop.
<?php
if( !empty( $module[ 'title' ] )
echo '<h4>' . esc_html( $module[ 'title' ] ) . '</h4>';
if( !empty( $module[ 'intro' ] )
echo wpautop( $module[ 'intro' ] );
echo '[module_recent_posts count="' . intval( $module[ 'count' ] ) . '"]';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment