PHP, OK appart but i cant put them togheter... HELP !!!?

DANIEL W

New member
<?php if (is_single('1070') ) and (have_posts()) : while (have_posts()) : the_post(); ?>

usually it is <?php if (have_posts()) : while (have_posts()) : the_post(); ?> but i want different things to happen when it is databas id 1070...

<?php if (is_single('1070') ) : ?> and <?php if (have_posts()) : while (have_posts()) : the_post(); ?> is OK appart but i cant put them togheter... HELP !!!

Im using it in wordpress single.php the rest of the code is OK
 
Back
Top