Not working with Toolbox theme
-
I follow the instruction and is not working. Here is what I have on my template:
link:
https://www.cyberjunkiesinteractive.com/ocdc/news<?php $posts = get_posts(”); foreach ($posts as $post) : start_wp(); ?>
<div class=”newsDate”><?php the_date(); echo “
“; ?> </div>
<h2 class=”newsTitle”><?php the_title(); ?></h2>
<?php the_excerpt(); ?>
<?php endforeach; ?><?php if(function_exists(‘wp_paginate’))
{
wp_paginate();
}
?>
</div>
<?php endwhile; ?>
- The topic ‘Not working with Toolbox theme’ is closed to new replies.