User Tools

Site Tools


themes:tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
themes:tutorial [2014/01/07 22:22]
Timbow [Editing]
themes:tutorial [2016/08/22 21:26]
Timbow
Line 229: Line 229:
 **16** We ought to Link to GS with ''<?​php get_site_credits();​ ?>''​ **16** We ought to Link to GS with ''<?​php get_site_credits();​ ?>''​
  
-**17** Some plugins require ''<?​php get_footer();​ ?>''​. It won't have any visible effect.+**17** Some plugins require ''<?​php get_footer();​ ?>''​. It is for scripts, nothing to do with the page footer and it won't have any visible effect. We will put it just before the closing tag </​body>​.
  
 That's it for a basic page That's it for a basic page
Line 236: Line 236:
    <?​php get_site_name();​ ?>    <?​php get_site_name();​ ?>
    © <?php echo date('​Y'​);​ ?> | Design by <a href="​http://​www.html5-templates.co.uk"​ target="​_blank">​HTML5 Templates</​a>​ <?php get_site_credits();​ ?>    © <?php echo date('​Y'​);​ ?> | Design by <a href="​http://​www.html5-templates.co.uk"​ target="​_blank">​HTML5 Templates</​a>​ <?php get_site_credits();​ ?>
-   <?​php get_footer();​ ?> 
 </​footer></​code>​ </​footer></​code>​
   
 <​code></​div>​ <!-- end-of-"​page"​ --></​code>​ <​code></​div>​ <!-- end-of-"​page"​ --></​code>​
   
-<​code></​body>​+<​code> ​  <?php get_footer();​ ?> 
 +</​body>​
   
 </​html> ​ </​html> ​
Line 324: Line 324:
    <?​php get_site_name();​ ?>    <?​php get_site_name();​ ?>
    © <?php echo date('​Y'​);​ ?> | Design by <a href="​http://​www.html5-templates.co.uk"​ target="​_blank">​HTML5 Templates</​a>​ <?php get_site_credits();​ ?>    © <?php echo date('​Y'​);​ ?> | Design by <a href="​http://​www.html5-templates.co.uk"​ target="​_blank">​HTML5 Templates</​a>​ <?php get_site_credits();​ ?>
-   <?​php get_footer();​ ?> 
 </​footer>​ </​footer>​
   
 </​div>​ <!-- end-of-"​page"​ --> </​div>​ <!-- end-of-"​page"​ -->
 +<?php get_footer();​ ?>
   
 </​body>​ </​body>​
themes/tutorial.txt · Last modified: 2023/03/21 12:57 by gintoxic