HTMLy v3.0.7

What's New:

  • New recent_category() and recent_profile_posts()
  • New custom template for sub pages: layout--substatic.html.php and substatic.html.php
  • Bug fixes and Performance improvements

Note for new widget:

We already have recent_posts() recent_tag() recent_type() recent_category() recent_profile_posts()

What's Changed

Previous Release Highlight (v3.0.6)

  • Custom field with simple form builder. Supported form type: text, textarea, checkbox, and select.
  • New variable $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.

  • Post, Page, Subpage: <?php echo get_field('field_name', $p->raw);?>
  • Profile: <?php echo get_field('field_name', $author->raw);?>

Full Changelog: v3.0.6...v3.0.7

Tags: