projects
/
WP-Themes
/
michsci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d580ac9
)
changed entry header to h3
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 16 Dec 2015 15:15:16 +0000
(10:15 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 16 Dec 2015 15:15:16 +0000
(10:15 -0500)
archive-miproduct.php
patch
|
blob
|
history
diff --git
a/archive-miproduct.php
b/archive-miproduct.php
index
be568b6
..
0fe0d32
100644
(file)
--- a/
archive-miproduct.php
+++ b/
archive-miproduct.php
@@
-38,7
+38,7
@@
<?php $thumbnail = get_the_post_thumbnail($post->ID, 'blog-feed-front'); ?>
<?php echo $thumbnail; ?>
<header class="entry-header">
- <h
1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1
>
+ <h
3 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h3
>
<h3> <?php the_category(); ?></h3>
<!-- <span class="meta date"><?php //the_time('F jS, Y') ?></span>-->
</header>