Oyun sitesi için popüler oyunlar sayfa şablonu oluşturmak istiyorum ve şöyle bir kod denedim fakat hata veriyor, 12.satırdaki hata nedir?


Parse error: syntax error, unexpected $end in /home/artioyun/public_html/wp-content/themes/tema1/populer.php on line 12




1 .<?php
2./**
3.* @package WordPress
4.* @subpackage tema1
5.*/
6./*
7.Template Name: populer
8.*/
9.?>
10.<?php 
11.$popularpost = new WP_Query( array( 'posts_per_page' => 18, 'meta_key' => 'views', 'orderby' => 'meta_value_num', 'order' => 'DESC'  ) );
12. while ( $popularpost->have_posts() ) : $popularpost->the_post(); ?>