Jak wstawić dowolną stronę statyczną do np index.php lub inny szablon strony
Jak wstawić stronę statyczną w np. główną naszego bloga: <?php $recent = new WP_Query(„page_id=6”); while($recent->have_posts()) : $recent->the_post();?> <?php the_content(); ?> <?php endwhile; ?> have_posts()) : $recent->the_post();?>
