Skip to content

Commit

Permalink
Updated to Foundation 4.0, shortcode implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Morris authored and Drew Morris committed Apr 14, 2013
1 parent 1634a64 commit f491dcc
Show file tree
Hide file tree
Showing 24 changed files with 11,959 additions and 217 deletions.
4 changes: 2 additions & 2 deletions author-box.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
*
* @package WordPress
* @subpackage Foundation, for WordPress
* @since Foundation, for WordPress 1.0
* @since Foundation, for WordPress 4.0
*/
?>

<section class="row">
<div class="twelve columns">
<div class="large-12 columns">

<div class="panel author-box">
<a class="th" href="<?php get_the_author_meta('url'); ?>"><?php echo get_avatar( get_the_author_meta('user_email'),'55' ); ?></a>
Expand Down
2 changes: 1 addition & 1 deletion content-aside.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package WordPress
* @subpackage Foundation, for WordPress
* @since Foundation, for WordPress 1.0
* @since Foundation, for WordPress 4.0
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package WordPress
* @subpackage Foundation, for WordPress
* @since Foundation, for WordPress 1.0
* @since Foundation, for WordPress 4.0
*/
?>

Expand Down
2 changes: 1 addition & 1 deletion content-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package WordPress
* @subpackage Foundation, for WordPress
* @since Foundation, for WordPress 1.0
* @since Foundation, for WordPress 4.0
*/
?>

Expand Down
4 changes: 2 additions & 2 deletions content.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @package WordPress
* @subpackage Foundation, for WordPress
* @since Foundation, for WordPress 1.0
* @since Foundation, for WordPress 4.0
*/
?>

Expand All @@ -20,7 +20,7 @@
</header>

<?php if ( has_post_thumbnail()) : ?>
<a href="<?php the_permalink(); ?>" class="th" title="<?php the_title_attribute(); ?>" ><?php the_post_thumbnail(); ?></a>
<a href="<?php the_permalink(); ?>" class="th" title="<?php the_title_attribute(); ?>" ><?php the_post_thumbnail(); ?></a>
<?php endif; ?>

<?php the_excerpt(); ?>
Expand Down
1 change: 1 addition & 0 deletions css/foundation.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit f491dcc

Please sign in to comment.