includes help…. need help asap!
-
Hi guys,
I have the following source code
[CODE]<?php get_header(); ?>
<div id=”mainwrapper” class=”clearfix”>
<div id=”maincontent”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”postpage”>
<h2 id=”post-<?php the_ID(); ?>” class=”pagetitle”><?php the_title(); ?></h2>
<div class=”entrytext”>
<?php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ?>
<?php link_pages(‘<p>Pages: ‘, ‘</p>’, ‘number’); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link(‘Edit this page’, ‘[ ‘, ‘ ]’); ?>
</div>
</div>
<?php get_footer(); ?>
[/CODE]I basically need it to “”include”” a sidebar.php script listed on my server! Can anyone help as im trying to get it to work like this example:
[IMG]https://bielbo.com/convert.jpg[/IMG]
So the red box to the left is an iphone/ipod version of my website and i want to take the side bar with the 2 red boxes off of the full website to the right!
Raid my source code at https://www.bielbo.com/iphone if you need to!
Please help asap ??
- The topic ‘includes help…. need help asap!’ is closed to new replies.