recent_category()
and recent_profile_posts()
layout--substatic.html.php
and substatic.html.php
Note for new widget:
We already have recent_posts()
recent_tag()
recent_type()
recent_category()
recent_profile_posts()
$p->raw
and $author->raw
Note for Custom Fields:
With these custom fields you can add extra, specific data fields to your content. Use get_field()
function in your template to display the data.
<?php echo get_field('field_name', $p->raw);?>
<?php echo get_field('field_name', $author->raw);?>
Full Changelog: v3.0.6...v3.0.7