Loading...


Loading...

Welcome!

Sign up for a free account, or log in here.

Member Login

You can login by following the link.

Not a Member? Sign up! It's Free!

Please feel free to register.

Click to log in.

72 comments

News Time Theme

I just finished up a theme I have been working on a for a little while. It’s a 4-column theme called News Time. You can see it in action at or on The English Guy. It has 3 main columns where the posts get put and a sidebar to the right for search, last posts, archives, advertising and so on.

What’s a little different about it is that you can change how it’s laid out by changing just one variable in index.php. It can be laid out:-

  • with posts going from left to right then repeating layer by layer,
  • by category (three categories are needed at least),
  • by equal number in each column filling left then middle then right in that order.

Update

News Time 1.1 is now out – what is different? There are some updates that I have chronicled in the CHANGELOG.txt that comes with the release, but here they are:

  • comments are now clearer and more separated; comments appear in their own box, mouseover effect (in mozilla browsers)
  • sidebar now shows categories
  • featured post on the front page, shows the latest post in that category
  • search is fully implemented with a search results page (search.php) and the search box in the sidebar
  • added page.php so it handles pages just like singles

See this theme in action on The English Guy.

Installation

First, this theme requires 1.5+ Once you have downloaded the theme, unzip it and:

  1. Upload the unzipped theme to your wp-content/themes/ directory.
  2. Enter your Admin panel -> Presentation and select the theme.

Frequently Asked Questions

None so far! It is a simple unzip, install and off you go. You can edit the theme as you wish (it IS commented a little bit). If you have any questions, you can comment here, or you can go over to the WordPress Forums where I started a News Time Theme thread.

Terms of Use

Except where otherwise noted, this software is:

  • Copyright Richard Dows
  • Licensed under the terms of the CC/GNU GPL
  • Provided as is, with NO WARRANTY whatsoever

In a nutshell, the GPL means that:

  • You may freely use the works for any purpose, including commercial ones
  • You may freely make derivative works provided that you leave the proper attribution and copyright notices; this includes the copyright notice in the footer.php with appropriate link back
  • You may freely distribute the works and derivative works provided that you make the source code readily available under the same terms

Documentation

There is a README.txt file included with the release which you should read so you know how to set it up.

Download

If you like this theme, or others, please consider making a donation.

Download the News Time Theme v 1.0
Download the News Time Theme v1.1

Trackbacks

[...] e (now version 1.1) with several new features. You can find the full list of changes on my News Time page on my blog. This post should be in it’s own wide box at the very top of the page, in the [...]

[...] quick rundown of a few things that have happened in the past few days. I have updated the News Time theme (now at version 1.1); it has some updated sidebar options, a new “featured” post [...]

[...] na, schön verrückt, dieses News Time Theme, oder? Wo ich das her habe? Vom The English Guy >> Werde ich nicht gerade hier benutzen, aber gut zu wissen, daß man sowas auch mal hat [...]

[...] This theme is a continuation of News Time Theme. It is a four-column theme for WordPress called News Print. There are three columns where the content gets written, and an additional mandatory sidebar. [...]

[...] theme is a newer version of the News Time Theme. It is a four-column (or three-column, depending on what you set it as) theme for WordPress called [...]

[...] News Time: It has 3 main columns where the posts get put and a sidebar to the right for search, last posts, archives, advertising and so on. [...]

Ian says:

So I just paste that code into post.php? Does it matter where?

Looking at the code (I’m not too familair with PHP, sorry) I can’t work out how the code knows which category your post is – or how it knows which thumbnail image to choose. I can see on your site that each category has its own different thumbnail. But in the code you posted, there doesn’t seem to be anything that says ‘if category is 5, then choose foobar.jpg’.

Am I being thick? Sorry to be a pain. I chucked you a small donation to say thanks for the theme and the help.

rich says:

Hi Ian – put this code just beneath the <div class="post">:

<div class=”post-info”>
<?php if (in_category(’1′)) { ?>
<img src=”<?php bloginfo(‘template_url’); ?>/images/category1pic.jpg”
alt=”<?php category_description(’11′); ?>” />
<?php } else if (in_category(’2′)) { ?>
<img src=”<?php bloginfo(‘template_url’); ?>/images/category2pic.jpg”
alt=”<?php category_description(’2′); ?>” />
<?php } else if (in_category(’3′)) { ?>
<img src=”<?php bloginfo(‘template_url’); ?>/images/category3pic.jpg”
alt=”<?php category_description(’3′); ?>” />
<?php } ?>
</div>

The above code is for 3 categories, with the appropriately named 3 images. You can of course greatly increase this to encompass all the categories, with more images.

Remember to style this div, positioning, floating etc.,

Thanks for the donation, much appreciated.

Ian says:

I still can’t get it to work! I pasted the code below the bit in post-left.php and uploaded some correctly named images to right directory, but nothing appears.

1) Do I have to do anything else to trigger it?
2) How do I ‘float’ it? What’s the code for that?

Thanks again – you’re ace.

Ian

rich says:

To float it, do this:

div.post-info {
float:right;
clear:right;
}

Ian says:

Sorry – so I’ve copied the long bit of code beneath the div class=”post” bit in post-left.php (and tweaked the URL of the images) but where abouts do I paste the float code exactly? And in which php file?

richard says:

You paste that float code in the stylesheet (style.css).

Ian says:

Doh – I still can’t get it to work. I must be doing something simple wrong :-( Could you take a look at my site? I’ll toss you another $20 as a gesture if you can make the thumbnails work!

rich says:

I’ll mail it to you Ian.

serdar says:

it was the greatest theme i ever seen. i’d like to thank you! just perfect job buddy. please try to make this greater.
king regards

rich says:

Serdar, thanks, you’re welcome :)

serdar says:

i’d like to ask you something. now 4 coulmns exist, is it possible to have top (extra) column only for 1 (recent or newest) post?i mean, there will be 1 top coulmn which shows 1 recent news and other columns (standart) will show rest of the news.
could you help me…

Ian Harris says:

Don’t suppose you’ve any idea how to add a second sidepanel? So you’ve got one on the left hand side of the screen, and one on the right?

Thanks

Ian

Gil says:

Hi,

I installed News Time theme, all I could say is wow! I have populated it with rss feeds, and have just installed some google adsense banners. Here comes the problem.

Looking at my page using Firefox is Fine, there is no problem. However, when I use MS Explorer, the columns move away from each other, and the top and bottom banner ads are cut off.

I’m not sure about other browsers (Opera, Safari, etc.) If I delete the banners, everything is fine in MS Explorer! Or if the banner is at the bottom, everything is fine in MS Explorer.

I’ve been moving the code for the top banner around, and no solution has been found.

Any suggestions would be helpful.

Thank you,
Gil

Sooraj says:

Richard – thanks so much for this lovely theme! I like it so much that I have modified it only minimally! I had posted this in the WordPress support, but I guess you’ve stopped checking that (?).

I have a minor suggestion: Why don’t you include all the common stuff from index.php, post-single.php, category.php, page.php, searchform.php etc. into the header and footer files?

These lines can go into the header.php from:

to:

And these lines can go into the footer.php from:

to:

This will make things very convenient for making changes to the Navigation links or including stuff in the header!

Also, I think it would be nice to put the ‘Powered by WordPress’ tag in the footer of the theme when you distribute it, although you need not put it on your site.

idio says:

still experimenting with this, but love the possibilities. for some reason i see the full text of my posts on the main page and it seems this version was coded to truncate posts on the main page. any ideas?

aPis says:

this is what i’ve looking for, good job richard and keep up the good work ;) .



Leave a Reply



You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


The English Guy on Twitter

Raised Paper WordPress Theme

Raised Paper WordPress Theme screenshot
Theme Price

Onyx WordPress Theme

Onyx WordPress Theme screenshot
Theme Price

Victoriana WordPress Theme

Victoriana WordPress Theme screenshot
Theme Price

Expression Blue WordPress Theme

Expression Blue WordPress Theme screenshot
Theme Price

Premium WordPress Theme Release: Natural Green

Premium WordPress Theme Release: Natural Green screenshot
Theme Price

Theme Release: Ikon WordPress Theme

Theme Release: Ikon WordPress Theme screenshot
Theme Price

Shocking WordPress Theme Release

Shocking WordPress Theme Release screenshot
Theme Price

Digitalis WordPress Theme Release

Digitalis WordPress Theme Release screenshot
Theme Price

WordPress Theme: OpenAir Theme

WordPress Theme: OpenAir Theme screenshot
Theme Price

WordPress Theme: Very English

WordPress Theme: Very English screenshot
Theme Price

News Print v3.0 WordPress Theme Released

News Print v3.0 WordPress Theme Released screenshot
Theme Price

Reclamation WordPress Theme

Reclamation WordPress Theme screenshot
Theme Price