diff --git a/README.md b/README.md index 74ed999..94feca0 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ This is my category info etc. **Important:** Every time new content added (post, pages, category), or you make changes that change the folder structure or filenames, simply delete the `index` and `widget` folder inside `cache` folder so that the changes detected by HTMLy. -**Post Views limitations:** HTMLy using the filename path as the ID for the post/page views counter. So if you edit a post/page without using the dashboard which results in changes to the folder structure or filename, then you must edit `views.json` in the `content/data/` folder manually to update to the correct path. +**Post Views limitations:** HTMLy using the post/page slug for the post/page views counter ID. So if you edit a post/page slug without using the dashboard, then you must edit `views.json` in the `content/data/` folder manually to update to the correct slug. Static pages ------------ diff --git a/system/admin/views/popular-posts.html.php b/system/admin/views/popular-posts.html.php index 177a93b..6877aba 100644 --- a/system/admin/views/popular-posts.html.php +++ b/system/admin/views/popular-posts.html.php @@ -18,7 +18,6 @@ - file, '/scheduled/') == false && strpos($p->file, '/draft/') == false) { ?> title ?> date) ?> @@ -30,7 +29,6 @@ -