Sha256: 3e5b66527b653680e503efcfd9e0c1afdae3d62a1c3ec3fa7935cc646696547e

Contents?: true

Size: 804 Bytes

Versions: 3

Compression:

Stored size: 804 Bytes

Contents

<?php
/**
 * The default template for displaying footer
 *
 * @category  Theme
 * @package   [starter]
 * @author    [Your Name]
 * @copyright 2012 [Your Name]
 */
?>
				</div>
				<?php get_sidebar(); ?>
			</section>
		</div>
		<footer class="footer" role="contentinfo">
			<?php do_action( 'starter_footer' ); ?>
			<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'starter' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'starter' ); ?>"><?php printf( __( 'Proudly powered by %s', 'starter' ), 'WordPress' ); ?></a>
		</footer>
	</div>
<?php
	/* Always have wp_footer() just before the closing </body>
	 * tag of your theme, or you will break many plugins, which
	 * generally use this hook to reference JavaScript files.
	 */

	wp_footer();
?>
	</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wordpress-starter-0.3 templates/project/footer.php
wordpress-starter-0.2 templates/project/footer.php
wordpress-starter-0.1 templates/starter/footer.php