Create a page that automatically redirects to latest post of a specific tag/category?
I’m going to list the steps below which worked for me: Step 1) In the Admin Panel create a Page called “Latest News” which will have the slug you want latest-news. Step 2) In your Theme Folder create a blank file and save it as page-latest-news.php. Inside the file, add this: <?php $recent = wp_get_recent_posts(array(‘numberposts’ … Read more