MiniPress
MiniPress is a 2 columns fixed width mini magazine style WordPress theme with an easy to use theme option. This theme comes with features such as Smoothgallery slider, standard posts display in block with auto excerpt and auto thumbnail and many more.
Theme Features:
- 2 Columns Fixed Width
- Featured Content Slider
- Featured Categories Block
- Thumbnail Enabled Related Post Feature
- Auto Thumb And Auto Excerpt Posts
- Adsense Ready (Loop In Posts)
- Widget Ready Sidebar
- Twitter Ready
- 468 x 60 Banner Advertisement Setting
- Threaded Comments
- Tested On Firefox And IE7
- Compatible With WordPress Version 2.7+ and 2.8+
- Valid XHTML And CSS
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.
Tags: Adsense Ready, Featured Content, Featured Video, Fixed Width, Free WordPress Themes, Right Sidebar, Theme Options, Threaded Comments, Three Level Dropmenu, Twitter Ready, Two Columns, White, Widget Ready, Wordpress Templates, WP Themes
Hi, I wanted to add a news page where it would show all the news in blog format instead of blocks. So it would basically be one full page story after another.
What code would I edit for that?
Thanks!
Hai. That required a do-over of all the php coding on index.php. Nevertheless, I believe each block has their own single page.
very beautiful theme.
1) the categories and subcategories have the same styling. Is it possible to make the subcategories look like they are under their parent category.
2) text widgets get thrown to the bottom in many cases.
like I added mybloglog code and it was thrown at the bottom of the page.
3) can we have a 3 column widgetized footer for this theme.
Thank you.
Hi, I would like to make news previews appear like in your another theme- Bluevilla or Redmilk, the images align left and in blog format. How should I change the style.css?
It require a full css style change on the post-entry and anything below it. You can refer to the Bluevilla css style and modified it to suit your need.
Hello, how can i edit the elements from sidebar? and how can i put a logo in place of title and description, a logo with height: 100px and widht:280px.? Thanks, and very nice theme! 🙂
all element can be edit in sidebar.php or use widget to rearange the element.
in header.php, you should seen this, uncomment it
[php]<!– Uncomment To Use Your Own Logo
<a href="<?php echo get_settings(‘home’); ?>" title="<?php bloginfo(‘name’); ?> Home"><img src="<?php bloginfo(‘template_directory’); ?>/images/logo.png" alt="<?php bloginfo(‘name’); ?>" /></a>
–>[/php]
thanks a lot, now i have to show in menu page personalized catetory posts, how can i do that? Thank you so much