Portfolio Slideshow Non-functional
-
in custom page/template in TwentyTen theme. I have verified each plugin, don’t have Google Analytics and it will work on a default template. Does that mean I’m missing something in my template code? Here it is:
<?php
/**
Template Name: Background Only*/
?>
<html>
<head>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<style type=”text/css”>
body { background-color: #cccccc; background-image: url(‘http://pagesbybeth.com/wp-content/uploads/2010/10/bg.jpg’); background-repeat: repeat-y; background-position: top center; background-attachment: scroll; }
#page-content { width: 520px; margin: 10px auto; }
#page-content p { font-size: 1em; font-family: Georgia; line-height: 1.5em; text-align: justify; }
</style>
<title><?php wp_title( ‘|’, true, ‘right’ ); bloginfo(‘name’); ?></title>
<?php wp_head(); ?>
</head><body>
<?php while (have_posts()) : the_post(); ?>
<div id=”page-content”>
<?php the_content(); endwhile; ?>
</div>
</body>
</html>Here’s the URL to my page, however, it may not be this way long as I’m up against a deadline and have to go a different route to create a slide show unless you get me an answer ASAP:
http://www.pagesbybeth.com/port-to-pass-adventure-corridorwelcome/Thank you! I appreciate your help.
Beth
The topic ‘Portfolio Slideshow Non-functional’ is closed to new replies.