Title: jaysonwithay's Replies | WordPress.org

---

# jaysonwithay

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [images not displayed on main page](https://wordpress.org/support/topic/images-not-displayed-on-main-page/)
 *  Thread Starter [jaysonwithay](https://wordpress.org/support/users/jaysonwithay/)
 * (@jaysonwithay)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/images-not-displayed-on-main-page/#post-1447885)
 * thank you very much, esmi. i can’t believe i didn’t try that. everything is working
   now, i appreciate your help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [images not displayed on main page](https://wordpress.org/support/topic/images-not-displayed-on-main-page/)
 *  Thread Starter [jaysonwithay](https://wordpress.org/support/users/jaysonwithay/)
 * (@jaysonwithay)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/images-not-displayed-on-main-page/#post-1447662)
 * esmi, i’m not sure what you mean.
 * after every post we’ll have to type <!–more–> if we’d like the images to display?(
   after excerpt –> content)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [images not displayed on main page](https://wordpress.org/support/topic/images-not-displayed-on-main-page/)
 *  Thread Starter [jaysonwithay](https://wordpress.org/support/users/jaysonwithay/)
 * (@jaysonwithay)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/images-not-displayed-on-main-page/#post-1447581)
 * hello esmi, thank you for your reply.
 * i looked into changing the_excerpt() tag before coming here, but wasn’t sure 
   if that would fix my problem.
 * i’m not familiar with css. i found this under the index.php file for my theme
   template:
 *     ```
       <div class="entrymeta">
       			<div class="postinfo">
       			<span class="postedby">Posted by <?php the_author() ?> | <?php the_time('F jS, Y') ?></span>
       			<span class="filedto">Filed in <?php the_category(', ') ?> <?php edit_post_link('Edit', ' | ', ''); ?></span>
       			</div>
       			<?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »', 'commentslink'); ?>
       			</div>
   
                   <h3></h3>
       		</div>
       		<div class="entrybody">
       			<?php the_excerpt('Read the rest of this entry &raquo;'); ?>
       		</div>
   
       	</div>
       ```
   
 * what is the simplest way in which i can change the settings so that it’ll default
   to showing every image on the main blog page without clicking the posts? my boss
   will be the one updating the blog and i’m not sure she’d like to hassle with 
   adding tags each time.
 * our previous theme didn’t have this problem. this happened when we switched to
   the vinica theme.
 * thank you very much for your time and assistance.

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