Post News
Post News is clean design free premium WordPress theme. Suitable for any niche, especially for news sites. Theme Options at admin panel.
Features:
- Admin Options
- Featured Video
- Animated drop down menu
- 125×125 pixels adbox ready (easy editable from admin options)
- Three columns
- Gravatar on Comments
- Twitter Ready
- Social Networks sharing. No plugin required
- Compatible with latest WordPress versions
- Widgets Ready
- SEO Optimized
- Fixed width
- Tested and compatible with all major browsers: IE, FF, Safari
Admin Options Features:
- Featured Video
- 125×125 pixels banners
- Sidebar Ads/Banners
- Header and Footer script codes
Posted in WordPress Theme« Go Natty



100% unique and modern design
Subscribe
Love the theme! Is there a way to insert a “# comments” link into each post’s date line?
@Joel, the comments count are shown when browsing categories (after content) You can use the snippet in archive.php and add it to date line on index.php
You can try this:
Open index.php
Find:
<div class="postdate"><img src="<?php bloginfo('template_url'); ?>/images/date.png" /> <?php the_time('F jS, Y') ?> <img src="<?php bloginfo('template_url'); ?>/images/user.png" /> <?php the_author() ?> <?php if (current_user_can('edit_post', $post->ID)) { ?> <img src="<?php bloginfo('template_url'); ?>/images/edit.png" /> <?php edit_post_link('Edit', '', ''); } ?></div>Replace with:
<div class="postdate"><img src="<?php bloginfo('template_url'); ?>/images/date.png" /> <?php the_time('F jS, Y') ?> <img src="<?php bloginfo('template_url'); ?>/images/user.png" /> <?php the_author() ?> <img src="<?php bloginfo('template_url'); ?>/images/comments.png" /> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> <?php if (current_user_can('edit_post', $post->ID)) { ?> <img src="<?php bloginfo('template_url'); ?>/images/edit.png" /> <?php edit_post_link('Edit', '', ''); } ?></div>hi, i am hakan from turkey. i use new post wordpress template on my blog( http://www.bestofblogger.net). my problem is, i wanna do my template columns 3 equal columns (as CSS). how can i do that?
pls help me, i wanna do columns equal