Greenguy's Board


Go Back   Greenguy's Board > Blogs and Blogging
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2009-10-25, 08:00 PM   #1
Vivaldi
I don't have to be careful. I got a gun
 
Vivaldi's Avatar
 
Join Date: Apr 2004
Posts: 367
Send a message via ICQ to Vivaldi
Need a layout help

HI all ... this one gives me headache so far ... played around with it and never made it complete :-(
Now is it possible to have an monthly archive list with post title and maybe excerpt on index page!?
What I mean Index page would look like this:

October 2009
Post 1 - This is the first post
Post 2 - Second post.
Post 3 - The last one

November 2009
Post 01 for nov - Small description
Post 02 - Second description.

Any ideas!? I’m thinking this can be twisted and turned with pics and categories as well and that would give a great new blog-layout thinggy … thanks in advance for any kind of replay
Vivaldi is offline   Reply With Quote
Old 2009-11-09, 04:39 PM   #2
adult-help
Are you sure you're an accredited and honored pornographer?
 
adult-help's Avatar
 
Join Date: Jan 2009
Posts: 61
Well, there are several ways to do it. The easiest (but not the smartest) is to use the default loop of the index page but add the condition that will add month titles. To do it place the following code right after

<?php while (have_posts()) : the_post(); ?>

in the index.php of your theme

Code:
<?php
 if($current_month != get_the_time('m')){
?>
 <h1><?php the_time('F') ?></h1>
<?php
 }
 $current_month = get_the_time('m');
?>
__________________
adult-help is offline   Reply With Quote
Old 2009-11-10, 09:00 PM   #3
Vivaldi
I don't have to be careful. I got a gun
 
Vivaldi's Avatar
 
Join Date: Apr 2004
Posts: 367
Send a message via ICQ to Vivaldi
tried that but no luck with it ... hired help is the way to do things You don't know :-)
thanks ;-)
Vivaldi is offline   Reply With Quote
Old 2009-11-11, 01:03 PM   #4
adult-help
Are you sure you're an accredited and honored pornographer?
 
adult-help's Avatar
 
Join Date: Jan 2009
Posts: 61
Hit me on ICQ 817776 and I will do it for free.
__________________
adult-help is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:12 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc