Przeglądaj źródła

changed post_content to post-content for consistency

eddiemachado 13 lat temu
rodzic
commit
ea983e25f8
6 zmienionych plików z 6 dodań i 8 usunięć
  1. 1 1
      archive.php
  2. 1 1
      author.php
  3. 1 1
      index.php
  4. 1 1
      page-custom.php
  5. 1 1
      single-custom_type.php
  6. 1 3
      taxonomy-custom_cat.php

+ 1 - 1
archive.php

@@ -49,7 +49,7 @@
 						
 						    </header> <!-- end article header -->
 					
-						    <section class="post_content clearfix">
+						    <section class="post-content clearfix">
 						
 							    <?php the_post_thumbnail( 'bones-thumb-300' ); ?>
 						

+ 1 - 1
author.php

@@ -31,7 +31,7 @@
 						
 						    </header> <!-- end article header -->
 					
-						    <section class="post_content">
+						    <section class="post-content">
 						
 							    <?php the_post_thumbnail( 'bones-thumb-300' ); ?>
 						

+ 1 - 1
index.php

@@ -18,7 +18,7 @@
 						
 						    </header> <!-- end article header -->
 					
-						    <section class="post_content clearfix">
+						    <section class="post-content clearfix">
 							    <?php the_content(); ?>
 						    </section> <!-- end article section -->
 						

+ 1 - 1
page-custom.php

@@ -24,7 +24,7 @@ Template Name: Custom Page Example
 						
 						    </header> <!-- end article header -->
 					
-						    <section class="post_content">
+						    <section class="post-content">
 							    <?php the_content(); ?>
 						    </section> <!-- end article section -->
 						

+ 1 - 1
single-custom_type.php

@@ -33,7 +33,7 @@ single-bookmarks.php
 						
 						    </header> <!-- end article header -->
 					
-						    <section class="post_content clearfix">
+						    <section class="post-content clearfix">
 							
 							    <?php the_content(); ?>
 					

+ 1 - 3
taxonomy-custom_cat.php

@@ -35,9 +35,7 @@ taxonomy-shoes.php
 						
 						    </header> <!-- end article header -->
 					
-						    <section class="post_content">
-						
-							    <?php the_post_thumbnail( 'bones-thumb-300' ); ?>
+						    <section class="post-content">
 						
 							    <?php the_excerpt('<span class="read-more">Read More &raquo;</span>'); ?>