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.1.1
Name Modified Size InfoDownloads / Week
Parent folder
online-installer.php 2025-11-02 275.6 kB
HTMLy v3.1.1 source code.tar.gz 2025-11-02 4.2 MB
HTMLy v3.1.1 source code.zip 2025-11-02 4.6 MB
README.md 2025-11-02 1.7 kB
Totals: 4 Items   9.0 MB 2

What's New

  • Theme settings. Now we have separate settings for main and theme settings.
  • Theme selection is now on its own page.

Note for theme settings

  • For theme screenshots, htmly will automatically display an image with the screenshot file name.
  • Theme information and settings are declared in theme.json and will be displayed in /admin/themes/your-theme. Here is an example:

    { "name": "Theme One", "version": "1.0.0", "author": "Your Name", "homepage": "https://www.example.com" "description": "A modern and sleek theme for blogs.", "settings": [ { "type": "checkbox", "name": "recent_posts", "label": "Recent Posts", "value": "", "info": "Enable Recent Posts widget" }, { "type": "select", "name": "layout", "label": "Layout Style", "value": "", "options": ["grid", "list", "masonry"], "info": "Choose homepage layout" } ] } To get the settings value, use theme_config('setting_name')

What's Changed

Full Changelog: https://github.com/danpros/htmly/compare/v3.1.0...v3.1.1

Source: README.md, updated 2025-11-02