Redirecting to a dynamic page
- by binarydev
I have a page displaying blog posts (latest_posts.php) and another page that display single blog posts (blog.php) . I intend to link the image title in latest_posts.php so that it redirects to blog.php where it would display the particular post that was clicked.
latest_posts.php:
<!-- Header -->
<h2 class="underline">
…