
NattyWP would like to announce a new attractive theme for news websites! We created a perfect and clear news/magazine style and ready to present it, showing the wide range of offered facilities. This one – is the best theme we’ve ever create with the most versatile layouts! The versatility is kept by some powerful functionality including the all new News slide display system, category management and much more. Convenient admin interface allows fully customize the layout, as well as the functionality of separate modules topic. The topic functional can define different displays of news homepages, as well as pages of archives. That`s mean, that you can display news on the main page the following ways: creating two categories with two columns; one category and one column; designing one category but with two columns. The same actions you can use for archives!
THEME FEATURES :
XHTML Valid
Cross-Browser Compatible
Tag Cloud
No Images, Just CSS
Popular Posts
Widget Ready
Banner Ad Blocks
No Plugins Needed
Advanced admin scheme

The incredible theme Image Hunter transforms your site, making it fast and functional and user-friendly interface suits perfectly for image collector websites. Convenient admin interface allows fully customizing of blocks sizes and home page pictures (thumbnails are generated automatically without the assistance of additional plug-ins). Image Hunter balances this versatility with some powerful functionality including new News slide display system, category management and much more.

Download (English)
Preview
Small Magazine (19902)
Download Small Magazine (French)
Installation guide
second magazine / news style WordPress theme. Small Magazine is based on my premium theme NewsPro.
License
You must agree with the license agreement before proceeding to download. You are not allowed to edit footer.php. Do not edit any of footer links and keep the links intact.
If you are interested to translate this theme into some other language(s), would like to share it with the community, please drop me an email at mhmtozek at gmail.com with the translated files. It will be open to download on this page along with a credit back to you.
Features
- Unique and fresh design
- Widgetized Sidebar
- 125×125 ad spots
- 250×250 adsense spot
- Easily customizable using CSS
- Custom 404 Error page
- Fixed width
- Right Sidebar
- Built in Flickr support
- Styled Pagination
- Built in Gravatar
- Valid CSS
- Vald HTML
Donation (Isn’t it worth of 5 dollars?)
If you find this theme download helpful, please consider a small donation which which will go towards hosting costs and peace in the world (: Feel free to send donations via paypal to k_anafor56 (at) hotmail.com or use the paypal button below.
Before submitting a question
Make sure that you went through the installation guide that comes along within the zip file you downloaded. If the answer of your question is there, please check faq section. However, if you still can’t find the answer of question, submit it as a comment on this post.
Installation
Upload and activate plugins
Upload the content of plugins folder into your wp-content/plugins directory. Log in to the administration panel and activate the Wp-Pagenavi and flickrRSS (if you dont want to use photo album section, do not activate the flickrRSS).
Configuration of Flickrrss
While you are in the administration panel of WordPress, click on Settings>flickrRSS write your id number to first row. On the second row, chose user from the dropdown menu, item using 7 – square images. Do not change anything else, scroll down and click on Save Settings.
Getting necessary hacks over theme files
Create your categories for Featured (top section with three entries), bottom left (entertainment) and bottom right (other news) sections.
Lets say that you’ve created four categories that are Featured – Entertainment – Health and Technology. You want to display all entries that belong to the featured category on the top, Entertainment on the bottom left and all the other category entries to be displayed on the bottom right side.
Check this post to find out how to get category ID’s.
Setting up featured section
Now open index.php file with a text editor find the following snippet.
<h4 style="margin-right:15px;">Featured entries</h4>
<?php query_posts(’cat=3&showposts=3?); ?>
Cat=3 is the place where you need to edit. Change the number 3 to category ID of your post that you want to appear on the top section of the theme. Also, you can replace Featured entries text with something else that you want to appear above the entries.
Setting up bottom left section
In the index.php file, look for following code of snippet.
<h4>Entertainment</h4>
<?php query_posts(‘cat=4&showposts=3′); ?>
Change the Entertainment title to something else that you want to. Replace the category ID for with the one you want to be displayed on the bottom left section.
Setting up bottom right section
We are carrying on with editing of index.php
<h4>Other News</h4>
<?php query_posts(‘cat=5,6,7,8,9&showposts=7′); ?>
On that column, I display multiple category entries. Make sure to seperate two categories ID numbers with a comma.
Writing entries
The images on the featured and bottom left sides are custom fields. The key for featured section is top, for bottom left side is bottom.