ruạṛ
<?php /** * Default page template */ get_header(); ?> <div class="breadcrumbs"> <div class="breadcrumbs-inner"> <a href="<?php echo home_url('/'); ?>">Home</a> <span class="separator">›</span> <span> <?php the_title(); ?> </span> </div> </div> <section class="section"> <div class="container"> <?php while (have_posts()): the_post(); ?> <div class="about-content-inner"> <h1 style="text-align:center;margin-bottom:2rem;"> <?php the_title(); ?> </h1> <div class="product-description"> <?php the_content(); ?> </div> </div> <?php endwhile; ?> </div> </section> <?php get_footer(); ?>
cải xoăn