[ create a new paste ] login | about

Link: http://codepad.org/mYoi6HTZ    [ raw code | fork ]

PHP, pasted on May 9:
<?php 
get_header();
the_post(); 
?>
<div class='scrollable-container'>
        <section class='section-default section-blog'>
            <div class='container'>
                <div class='row'>
                    <div class='span12'>
                        <div class='inner'>
                            <article class='first-article'>
                                <div class='inner-article'>
                                    <h2><a><?php the_title();?></a></h2>
                                    <div class='article-content'>
                                        <?php the_content();?>
                                    </div>
                                </div>
                            </article>
                        </div>
                    </div>
                </div>
            </div>
        </section>

<?php get_footer();?>


Create a new paste based on this one


Comments: