php if (!defined('ABSPATH')) exit; get_header(); main class=container mx-auto px-6 py-16 php if (have_posts()) while (have_posts()) the_post(); php the_content(); php endwhile; else h1php esc_html_e('Nothing found', 'wellpaws'); h1 php endif; main php get_footer();