Forum Replies Created

Viewing 1 replies (of 1 total)
  • I found this post incredibly helpful. I’m new at wordpress and know VERY little html. I’m getting quite the crash course trying to change these templates to do what I want them to do.

    I have two issues…

    I also have the Modularity Lite theme. I actually liked the fact that the first image showed the full post then had the excerpt posts below it. BUT, with the new 1.3 upgrade, that changed. So here’s one of my questions, how do I change it back?? The entry section is much different to what you talk about above:

    <div class="entry">
    						<?php the_content( __( 'Read the rest of this page &raquo;', 'modularity' ) ); ?>
    						<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'modularity' ), 'after' => '</div>' ) ); ?>
    					</div>

    My second question is about the font. Again, I like the font that was there before. (I know, I shouldn’t have upgraded!) how do I figure out what font that was and how do I change it back?

    Any help is MUCH appreciated!

Viewing 1 replies (of 1 total)