Division by 0 problem in one template only
-
Getting an error on ‘line 32’ of this template:
I don’t see any division happening there?<?php /* Template Name: No Sidebar */ ?> <?php get_header(); ?> <div id="sub-column" class="no-sidebar"> <div id="sub-top"> <?php get_template_part('scripts/breadcrumb'); ?> </div> <div id="sub-content"> <div class="content"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post"> <h1 class="first"><?php the_title();?></h1> <?php the_content();?> </div> <?php endwhile; endif;?> <?php comments_template(); ?> <div class="wp-pagenavi"><?php wp_link_pages('before=Pages: &pagelink=<span>'%'</span>'); ?></div> <?php edit_post_link('Edit Post'); ?> </div> </div> <?php get_footer(); ?>
Theme is Wp-Creatavix
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Division by 0 problem in one template only’ is closed to new replies.