Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jaysonwithay

    (@jaysonwithay)

    thank you very much, esmi. i can’t believe i didn’t try that. everything is working now, i appreciate your help.

    Thread Starter jaysonwithay

    (@jaysonwithay)

    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)

    Thread Starter jaysonwithay

    (@jaysonwithay)

    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)