1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| <?php
/**
* The footer template
*
* @package wplook
* @subpackage BlogoLife
* @since BlogoLife 1.0
*/
?>
</div>
</div>
<!-- It is completely optional, but if you like the Theme I would appreciate it if you keep the credit link at the bottom. -->
<footer id="copy"><p><?php _e('Proudly powered by', 'wplook'); ?> <a href="http://wordpress.org" target="_blank"><?php _e('WordPress', 'wplook'); ?></a>. <?php _e('Design by', 'wplook'); ?> <a href="http://wplook.com/blogolifewpo" title="<?php _e('wplook', 'wplook'); ?>" target="_blank">wplook</a></p></footer>
<?php wp_footer(); ?>
<?php wp_pagenavi(); ?>
</body>
</html> |
Partager