Exemplo n.º 1
0
					    <header>
					    	<h1><?php 
    _e("Not Found", "bonestheme");
    ?>
</h1>
					    </header>
					    <section class="post_content">
					    	<p><?php 
    _e("Sorry, but the requested resource was not found on this site.", "bonestheme");
    ?>
</p>
					    </section>
					    <footer>
					    </footer>
					</article>
					
					<?php 
}
?>
			
				</div> <!-- end #main -->

                <?php 
$posts = get_random_posts(4);
include 'related-articles.php';
?>

            </div> <!-- end #content -->

<?php 
get_footer();
Exemplo n.º 2
0
</h1>
                </header>
                <section class="post_content">
                    <p><?php 
    _e("Sorry, but the requested resource was not found on this site.", "bonestheme");
    ?>
</p>
                </section>
                <footer>
                </footer>
            </article>

        <?php 
}
?>
    </div> <!-- end #main -->

    <?php 
$posts = get_random_posts(2);
include 'related-articles.php';
?>

    <?php 
get_sidebar();
// sidebar 1
?>

</div> <!-- end #content -->

<?php 
get_footer();