Mensa Theme in 3 Colors
Mensa Theme
We took time to create an awesome Corporate WordPress Theme that comes in three colors. We have added a section on the theme where you can easily promote your products or services.
1. Live Demo | Download Mensa Theme (5869) | Free Web Hosting
2. Live Demo | Download Mensa Red Theme (1889)
3. Live Demo | Download Mensa Green Theme (1898)
Mensa Theme comes in 3 colors (green, red and blue), This theme fits just right for your corporate website or blogs and even portfolio. The theme is packed with features and functionality that is easy to customize and use. Theme is widget ready, advertisement ready and an easily customizable theme to use. Works in IE7, IE8, Firefox, Safari, Chrome, Opera and on the Latest version of WordPress 3.0 and below.
Featured Articles
The Slider will showcase Images of the Featured Articles you have selected for your Blog to Display.
Widgetized Areas
This WordPress Theme Feature enables users the ease of Customizing the look and feel that they want for their Blogs.
Banner or Advertisement Ready
This Feature is specifically added for Publishers to easily incorporate ADS on their Blogs.
Cross browser compatibility
IE7, IE8, Firefox, Safari, Chrome, Opera
Thumbnails on Posts
Images you attach to your posts will automatically be used as thumbnails on your Main Page. The theme does not require any Custom Fields to be added.
Easy Customization
Works on the Latest Version of WordPress
WP 3.0 ready






36 Comments
hi,
I can’t put image in feature on homepage.
How it make ?
This theme fills the featured image spot on the home page from the images that have been associated with the post. On your posting screen above the textbox where you put the body of your message, is a message that says Upload/Insert with 4 icons beside it. The first one is ‘Add an Image.’ Once you select this, it will bring up a lightbox asking where on your computer or on the Internet you’d like to upload the image from. Once you’ve done this, scroll to the bottom and say ‘Save All Changes,’ and you should see this image display in the featured section. If you are still having problems, forward me the URL of your site so I can see what might be going on.
WPCorner Support
Hi,
The theme is great, thanks a lot.
Just 2 quick questions. 1) How can I exclude that pages from the nav? (wp_list_pages exclude doesn’t work)
2) Is there as setting to enable dropdown menus?
Thanks so much again for the theme.
No this theme doesn’t have drop down menus that can be enabled, but you could always add it if you’d like. With regards to excluding items from the top menu nav, I’ve always used the following code block in which you can define which pages to exclude (see below). That would replace this line in the header.php file <?php dp_list_pages(); ?>
WPCorner Support
<?php
$page1 = get_page_by_title (‘About’);
$page2 = get_page_by_title (‘Services’);
$page3 = get_page_by_title (‘Privacy Policy’);
wp_list_pages(‘exclude=’ . $page1->ID . ‘,’ . $page2->ID . ‘,’ . $page3->ID);
?>
Awesome.
Huge thanks for the fast reply and for the theme again.
Trevor
hi, i use this theme, but i don’t know how to change the header logo? i try my self but the logo just dissapear.. thx for your help
It looks like you may have already gotten this one figured out, but if not, the logo is referenced in the assets/css/style.css file at the line marked: background: url(../images/logo.jpg) no-repeat 0 0;
You can either replace that url pointer to point to your logo or your could just replace the existing logo.jpg file in the images directory which would accomplish the same means.
WPCorner Support