Show posts of category in a page
The way i’d do it: First – create a page in the wp admin. Then create a file like mypage.php. Save it in your theme and a the top of it, add this to tell wordpress that this is a custom page template: <?php /* Template Name: Custompage */ get_header(); ?> Note: it’ll also already … Read more