Hi I am trying to locate the php file with the code that enables the previous and next post links that are displayed at the bottom of each post.
Thanks!
The next/previous post links are core WordPress functionality.
If you want to customize them, you’ll find the function calls in Parabola’s single.php template.
If you want to hide them, that can also be done with CSS: .single #nav-below { display: none; }