Download Latest Version HTMLy v3.1.1 source code.tar.gz (4.2 MB)
Email in envelope

Get an email when there's a new version of htmly

Home / v3.0.7
Name Modified Size InfoDownloads / Week
Parent folder
online-installer.php 2025-03-28 275.6 kB
HTMLy v3.0.7 source code.tar.gz 2025-03-28 3.0 MB
HTMLy v3.0.7 source code.zip 2025-03-28 3.4 MB
README.md 2025-03-28 1.2 kB
Totals: 4 Items   6.6 MB 0

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

Source: README.md, updated 2025-03-28