Title: bigtnt's Replies | WordPress.org

---

# bigtnt

  [  ](https://wordpress.org/support/users/bigtnt/)

 *   [Profile](https://wordpress.org/support/users/bigtnt/)
 *   [Topics Started](https://wordpress.org/support/users/bigtnt/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bigtnt/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bigtnt/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bigtnt/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bigtnt/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bigtnt/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tortuga] Thumbnail sizes for recent posts.](https://wordpress.org/support/topic/thumbnail-sizes-for-recent-posts/)
 *  Thread Starter [bigtnt](https://wordpress.org/support/users/bigtnt/)
 * (@bigtnt)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/thumbnail-sizes-for-recent-posts/#post-7651954)
 * Thanks learnrr, unfortunately in case of tortuga theme there is no reference 
   to featured images in content.php
    I don’t speak php any good haha. I will throw
   you whole content.php and maybe you will be able to figure this out 🙂
 * The template for displaying articles in the loop with full content:
 *     ```
       <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
   
       		<?php merlin_post_image_archives(); ?>
   
       		<header class="entry-header">
   
       			<?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?>
   
       			<?php merlin_entry_meta(); ?>
   
       		</header><!-- .entry-header -->
   
       		<div class="entry-content clearfix">
       			<?php the_content( esc_html__( 'Read more', 'merlin' ) ); ?>
       		</div><!-- .entry-content -->
   
       		<footer class="entry-footer">
   
       			<?php merlin_entry_footer(); ?>
   
       		</footer><!-- .entry-footer -->
   
       	</article>
       ```
   
 * In this case it will be probably prat:
 * <?php merlin_post_image_archives(); ?>
 * that gets images to be displayed, but I can’t figure out where and how those 
   are stored.
 * I will take a deeper look into this later this afternoon.
 * Regards
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Optimizer] Frontpage widget area / W3 error / p element](https://wordpress.org/support/topic/frontpage-widget-area-w3-error-element/)
 *  Thread Starter [bigtnt](https://wordpress.org/support/users/bigtnt/)
 * (@bigtnt)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/frontpage-widget-area-w3-error-element/#post-7299536)
 * Thanks [@layerthemes](https://wordpress.org/support/users/layerthemes/) for quick
   response.
 * There was a <p>some text</p> element, but it was opened and closed properly. 
   After deleting widget and retyping its content exactly the same as it was error
   vanished. Quite strange to be honest, anyway topic solved.

Viewing 2 replies - 1 through 2 (of 2 total)