Wordpress sitemin bir bölümünde aşağıdaki kodu kullanıyorum. Aynı kod türevini AMP sayfaları içinde kullanmam gerekiyor. Aşağıdaki kodun gördüğü görevi halledecek AMP kodu konusunda yardımcı olur musunuz lütfen. Teşekkürler.
<?php $the_query = new WP_Query( 'page_id=485' ); ?> <?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?> <?php the_title(); ?> <?php the_content(); ?> <?php endwhile;?>