Posted - 10/16/2018 : 18:40:29
Hello, We are trying to add new static pages, but they are not showing up?
Here's an example of a page we created that is not showing up: https://test.suitsyousexy.com/mesh-micro-bikini.php Page Code: <?php $GLOBALS['ectcartpage']='proddetail'; require('./wp-ect-header.php'); get_header(); ?> <div class="midWrapper"> <div class="container"> <div class="row clearfix"> <div class="col-9 mid_<?php echo CONTAINER_POS?>"> <?php explicitid="mesh-micro-bikini"; ?> <?php include "vsadmin/inc/incproddetail.php";?> </div> <?php get_sidebar(); ?> </div> </div> </div> <?php get_footer(); ?>
Thanks, Clyde http://www.SuitsYouSwimwear.com
|