| .. | |||||
| css | |||||
| images | |||||
| js | |||||
| .htaccess | |||||
| Communication Technology.html | |||||
| footer.php | |||||
| functions.php | |||||
| header.php | |||||
| index.php | |||||
| page.php | |||||
| screenshot.png | |||||
| style.css |
<?php get_header(); ?>
<div class="block_three_third">
<div class="specs">
<div class="specs">
<?php
if ( have_posts() ) {
while ( have_posts() ) {
the_post();
the_content();
//
// Post Content here
//
} // end while
} // end if
?>
</div></div></div>
<?php get_footer(); ?>| .. | |||||
| css | |||||
| images | |||||
| js | |||||
| .htaccess | |||||
| Communication Technology.html | |||||
| footer.php | |||||
| functions.php | |||||
| header.php | |||||
| index.php | |||||
| page.php | |||||
| screenshot.png | |||||
| style.css |