viniciusnw
8/9/2016 - 5:18 PM

Nome do arquivo: page-model-NOMEDAPAGINA

Nome do arquivo: page-model-NOMEDAPAGINA

/* *
 *
 * Page template
 * Template Name: NOME DA PAGINA
 * 
 */
 
# page-model-NOMEDAPAGINA

# LOOP POST PAGE MODEL
<?php if (have_posts()): while (have_posts()): the_post(); ?>
  
<?php endwhile; endif;?>