| Name | Modified | Size | Downloads / 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()andrecent_profile_posts() - New custom template for sub pages:
layout--substatic.html.phpandsubstatic.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
- Spanish translation update and new Galician translation by @trancallan
- Update it_IT.ini by @eagleman in #889
Previous Release Highlight (v3.0.6)
- Custom field with simple form builder. Supported form type: text, textarea, checkbox, and select.
- New variable
$p->rawand$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