Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- </div> <!-- !#WRAPPER -->
- <div id="contact"></div>
- <div id="center-footer"><div id="footer">
- <div class="colonne-gauche">
- <?php bbp_restore_all_filters('the_content',0); ?>
- <?php if (get_post_field('post_status', 54, 'raw') == 'publish') : ?>
- <h1><?php echo get_post_field( 'post_title', 54, 'raw' ); edit_post_link( Éditer, '', '', 54 ); ?></h1>
- <?php $P54 = wpautop(get_post_field( 'post_content', 54 ));
- echo apply_filters('the_content',$P54); ?>
- <?php endif; ?>
- </div>
- <div class="colonne-droite">
- <?php if (get_post_field('post_status', 57, 'raw') == 'publish') : ?>
- <h1><?php echo get_post_field( 'post_title', 57, 'raw' ); edit_post_link( Éditer, '', '', 57 );?></h1>
- <?php $P57 = wpautop(get_post_field( 'post_content', 57 ));
- echo apply_filters('the_content',$P57); ?>
- <?php endif; ?>
- <?php if (get_post_field('post_status', 59, 'raw') == 'publish') : ?>
- <h1><?php echo get_post_field( 'post_title', 59, 'raw' ); edit_post_link( Éditer, '', '', 59 );?></h1>
- <?php $P59 = wpautop(get_post_field( 'post_content', 59 ));
- echo apply_filters('the_content',$P59);?>
- <?php endif; ?>
- </div>
- </div><div style="clear:both"></div></div>
- <?php wp_footer(); ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement