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-11-09, 04:39 PM   #1
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
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 04:27 PM.


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