feat: add content feed with AJAX filtering and load more on front page

This commit is contained in:
2026-04-03 01:13:09 +05:00
parent 82105c6f09
commit 8f1f001085
7 changed files with 484 additions and 1 deletions
@@ -45,6 +45,7 @@ $bitwms_includes = array(
'inc/enqueue.php',
'inc/cpt.php',
'inc/acf-fields.php',
'inc/ajax-filter.php',
);
foreach ( $bitwms_includes as $bitwms_file ) {