Fatal error issues
-
I’m getting the following since I’ve moved my site to web host. Any help would be awesome. dwgroup.co.nz
Fatal error: Call to undefined function wp_pagebar() in /home/dwgroupc/public_html/wp-content/themes/citydreams/page.php on line 21
The code is as follows:
<?php get_header(); ?> <div id="wrap"> <div class="box sml" id="blog"> <h2> </h2> <div> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <h3><?php the_title(); ?></h3> <?php the_content('Weiterlesen »'); ?> <?php endwhile; ?> </div><?php wp_pagebar(array('before'=>'Seiten: '))?><?php else : ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> </div> <?php get_footer(); ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fatal error issues’ is closed to new replies.