Page ce mois-ci (pagination ajax 1)
https://www.sanwebe.com/2013/03/ajax-pagination-with-jquery-php
This commit is contained in:
13
footer-page.php
Executable file
13
footer-page.php
Executable file
@@ -0,0 +1,13 @@
|
||||
<footer id="foot">
|
||||
<div class="bottom-foot">
|
||||
<div class="container">
|
||||
<div class="copyright">
|
||||
<p class="credits"><?php echo ( dess_setting('dess_copyright') !='' ? dess_setting('dess_copyright') : __('2016 Copyright. Powered by WordPress','creator') ); ?></p>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user