What's new in v2.9.2
Change the post/page views counter ID from filename path to post/page slug. The format for blog post, post_postSlug
. Static page, page_pageSlug
. Subpage, subpage_parentSlug.subpageSlug
. The pointer string with the slug separated by an underscore for easier to filter it.
How to update it? the conversion occurs naturally, to speed it up, simply visiting any post collection pages, and browse it using the pager.
Release note from v2.9.1
functions.php
if this file exist in theme folderNote:
get_menu
functionfunctions.php
, use themeName_functionName()
, to make sure not conflicted with existing functionFull Changelog: https://github.com/danpros/htmly/compare/v2.9.1...v2.9.2