Page ce mois-ci (pagination ajax 1)

https://www.sanwebe.com/2013/03/ajax-pagination-with-jquery-php
This commit is contained in:
2016-12-27 06:22:34 +01:00
parent c7cc884ea6
commit 1fa1f61d0e
12 changed files with 1631 additions and 4 deletions

13
footer-page.php Executable file
View 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>