![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#2
|
||||
|
||||
|
Quote:
Quote:
Read more about The Loop. In home.php somewhere outside the Loop, like under the "<!--This is where ..." comment add the counter: Code:
<?php $post_counter = 1; ?> Code:
<?php the_content_limit(400, "[Read more]"); ?> Code:
<?php if ( $post_counter == 1 ) : <div id="first-post"> <?php the_content_limit(400, "[Read more]"); ?> </div> <?php $post_counter++; ?> <?php else: ?> <?php the_content_limit(400, "[Read more]"); ?> <?php endif; ?> Quote:
If all this is over your head consider using a StudioPress Approved Designer. HTH,
__________________
Charles "Rubeus Hagrid" Clarkson StudioPress on Facebook I'm not really a smart person. I just play one on the Internet. Please use the HTML
or PHP tags for pasting code.Please make your links click-able: this_is_annoying.com http://this_is_not_annoying.com. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Missing Catagories. | Godfather | General Discussion | 3 | 02-23-2010 03:38 PM |
| Catagories not showing up | rueschhoff | General Discussion | 4 | 09-28-2009 08:50 AM |
| Catagories | DuaneMIS | General Discussion | 3 | 08-21-2009 07:27 PM |
| Sub catagories | Drew | General Discussion | 1 | 07-28-2009 09:53 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us