| Current Path : /var/www/wordpressapidev.wpress.dk/httpdocs/wp-content/themes/wordpress-api/ |
| Current File : /var/www/wordpressapidev.wpress.dk/httpdocs/wp-content/themes/wordpress-api/page.php |
<?php get_header(); global $post; if (have_posts()) : /* Start the Loop */ while (have_posts()) : the_post(); ?> <div class="wrapper"> <?php the_content(); cta_colors_array(); ?> </div> <?php endwhile; endif; get_footer(); ?>