thanks whooami, i obviously didn’t notice the search feature on the main page… i was looking for it inside the forum itself…
I solved my problem after going through 10+ topics… For those of you who landed on this page with the same problem, this is how I fixed it.
Put this code <?php the_time('g:i a'); ?>
next to <?php the_time('F j, Y'); ?>
(or similar) in index.php of your theme’s folder. In the same folder, do the same similarly for single.php, archives.php, archive.php, and search.php.
Resources:
https://codex.www.ads-software.com/Template_Tags/the_time
https://codex.www.ads-software.com/Formatting_Date_and_Time
https://codex.www.ads-software.com/The_Loop