The default says "On December ___, 2009 In [category], [category], [category] By [Author]"
What I would like is just:
"December ___, 2009 by [Author]"
Where do I edit the content that appears below the blog post title?
Started by
dcwinton
, Dec 09 2009 10:29 PM
6 replies to this topic
#1
Posted 09 December 2009 - 10:29 PM
#2
Posted 09 December 2009 - 10:44 PM
If it is iBlogPro3 theme you could edit library/_posts.php line 25 to:
`
,
`
#3
Posted 09 December 2009 - 11:07 PM
It's Whitehouse Pro, but thank you. Your post helped me find it. But yuck. Having me edit that looks like a recipe for disaster.
I just want to get rid of "On" and the categories.
This is what I found...
<div class="post-date"><?php _e('On');?> <?php the_time(get_option('date_format')); ?>, <?php _e('In');?> <?php the_category(', ') ?>, <?php _e('By');?> <?php the_author(); ?></div>
<?php if(is_single() && pagelines('excerptshidesingle')):?>
<?php else: ?>
<?php if(!pagelines('excerptshide') && VPRO):?><div class="post-excerpt"><?php the_excerpt(); ?></div><?php endif;?>
<?php endif; ?>
</div>
#4
Posted 09 December 2009 - 11:18 PM
So that woud be:
`
,
`
Be sure to have a backup of that file before you edit.
#5
Posted 10 December 2009 - 12:19 AM
Thanks. I'll try that. If you see a plume of smoke coming from the SF Bay Area you'll know I screwed up bad.
#6
Posted 10 December 2009 - 12:29 AM
Cool. It worked. No blood or tears even. Thank you.
#7
Posted 10 December 2009 - 07:15 AM
Please make a note of these changes... when you upgrade your theme, you will probably loose them. Cheers!










