Adena
Running a Business and Monetize site?
Using the theme but need to remove our linksfor commercial and business use. please consider:
Price - $37.00
License - GNU General Public LicenseUnlimited concurrent domain and multisite domain uses for personal or clients and commercial projects

Adena is a 2 columns fixed width WordPress theme by MagPress.com. This Magazine style WordPress theme comes with theme options, featured categories, Adsense ready and many more.
Running a Business and Monetize site?
Using the theme but need to remove our linksfor commercial and business use. please consider:
Price - $37.00
License - GNU General Public LicenseUnlimited concurrent domain and multisite domain uses for personal or clients and commercial projects
Version and Changelog
Version 1.0
- initial release





Nice template, i love all template in here. Thank admin.
Nice template, i love all template in here. Thank admin.
Thanks. It’s a really nice website. I’m interested to use this template on my website.
Thanks. It’s a really nice website. I’m interested to use this template on my website.
How do I get the date that appears in the thumbnail of the homepage?
Is there any way? I think that without a date on the thumbnail of the homepage would look cleaner and better.
Thanks
How do I get the date that appears in the thumbnail of the homepage?
Is there any way? I think that without a date on the thumbnail of the homepage would look cleaner and better.
Thanks
Hai. Please open index.php and delete the line div class post-date. Thanks.
Hai. Please open index.php and delete the line div class post-date. Thanks.
Just perfect!
Thanks
Just perfect!
Thanks
Beautiful theme.
Can I change height of thumbnail images in index.php?
Beautiful theme.
Can I change height of thumbnail images in index.php?
Nice Theme,I going to use this theme
Nice Theme,I going to use this theme
nice themes…
nice themes…
nice theme…thanks for sharing.
nice theme…thanks for sharing.
very nice theme… thnk for share…:D
very nice theme… thnk for share…:D
I loved this theme and I use on my website. Thank you for sharing this theme. if I could move the sidebar to the right? if you can, how do I move? thanks.
I loved this theme and I use on my website. Thank you for sharing this theme. if I could move the sidebar to the right? if you can, how do I move? thanks.
Hai. You can adjust it inside the style.css. change float left for #content and float right for #sidebar. Please try it out. Thanks.
Hai. You can adjust it inside the style.css. change float left for #content and float right for #sidebar. Please try it out. Thanks.
thanks for the instructions, I have already carried out and managed to move the location of the sidebar to the right.
thanks for the instructions, I have already carried out and managed to move the location of the sidebar to the right.
very nice template, thanks
very nice template, thanks
Very very nice template I love adena theme so much! Thank you.
Very very nice template I love adena theme so much! Thank you.
Nice Template but sidebar on left side would be better from SEO perspective
Nice Template but sidebar on left side would be better from SEO perspective
Love the theme so much that i’m using it. But i want to change the font and as well as the size both in the side bar and body post. Please guide me.
Love the theme so much that i’m using it. But i want to change the font and as well as the size both in the side bar and body post. Please guide me.
You can change font type inside style.css > body and the look for font-size on post-content and sidebar li. Thanks.
You can change font type inside style.css > body and the look for font-size on post-content and sidebar li. Thanks.
Nice Website.I Like It
Nice Website.I Like It
Very Good Templetes.I Like It
Very Good Templetes.I Like It
Excellent Templetes.I Like It
Excellent Templetes.I Like It
Love the theme so much that i’m using it!!!!!
Love the theme so much that i’m using it!!!!!
Hi, this theme is perfect.
i used it before, but now I want to make new web site and I have problems with featured categories. I Enable Featured Category Showcase On Sidebar and set the categories, but on the front page nothing changed. Blog show last post not featured categories.
Where I search the problem?
Hi, this theme is perfect.
i used it before, but now I want to make new web site and I have problems with featured categories. I Enable Featured Category Showcase On Sidebar and set the categories, but on the front page nothing changed. Blog show last post not featured categories.
Where I search the problem?
Are you using widget? Please make sure to drag n drop featured categories widget into sidebar.
Are you using widget? Please make sure to drag n drop featured categories widget into sidebar.
Just wanna know can i change my sidebar from left to right.
Please help me
Just wanna know can i change my sidebar from left to right.
Please help me
add this to style.css
#container #content { float:left !important; }
#container #sidebar { float:right !important; }
add this to style.css
#container #content { float:left !important; }
#container #sidebar { float:right !important; }
Can this theme support my “Web Hosting Info for Quick Start of Online Business website” as it contains google adsense plugin that automatically embeds the ads in all pages without me having to do the coding?
Can this theme support my “Web Hosting Info for Quick Start of Online Business website” as it contains google adsense plugin that automatically embeds the ads in all pages without me having to do the coding?
Hi,
I used this very good theme for my travel site. But I have a litle problem: at the bottom of index page where has buttons to page2, page3 and …, on the last two pages I receive this:
NOT FOUND
Sorry, but you are looking for something that isn’t here.
How I can delete these empty pages?
Hi,
I used this very good theme for my travel site. But I have a litle problem: at the bottom of index page where has buttons to page2, page3 and …, on the last two pages I receive this:
NOT FOUND
Sorry, but you are looking for something that isn’t here.
How I can delete these empty pages?
hi, seem the paging working in demo. make sure you have enough posts or resave your permalink setting.
hi, seem the paging working in demo. make sure you have enough posts or resave your permalink setting.
Hi,
I try to resave my permalink,but the situation is the same. And I add new posts almost every day, but empty pages just going down and stay empty.
And in your demo last page is the same http://demo.magpress.com/page/4/
Hi,
I try to resave my permalink,but the situation is the same. And I add new posts almost every day, but empty pages just going down and stay empty.
And in your demo last page is the same http://demo.magpress.com/page/4/
i see, try open index.php and edit line start at 8
<?php $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query('showposts=12&cat=&paged=' . $paged);?> <?php $postcounter = 0; if ($wp_query->have_posts()) : ?> <?php while ($wp_query->have_posts()) : $postcounter = $postcounter + 1; $wp_query->the_post(); ?>to
<?php $max_num_post = get_option('posts_per_page'); $page = (get_query_var('paged')) ? get_query_var('paged') : 1; $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query('showposts='. $max_num_post . '&cat=&paged=' . $page);?> <?php $postcounter = 0; if ($wp_query->have_posts()) : ?> <?php while ($wp_query->have_posts()) : $postcounter = $postcounter + 1; $wp_query->the_post(); ?>see if they work now.
i see, try open index.php and edit line start at 8
<?php $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query('showposts=12&cat=&paged=' . $paged);?> <?php $postcounter = 0; if ($wp_query->have_posts()) : ?> <?php while ($wp_query->have_posts()) : $postcounter = $postcounter + 1; $wp_query->the_post(); ?>to
<?php $max_num_post = get_option('posts_per_page'); $page = (get_query_var('paged')) ? get_query_var('paged') : 1; $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query('showposts='. $max_num_post . '&cat=&paged=' . $page);?> <?php $postcounter = 0; if ($wp_query->have_posts()) : ?> <?php while ($wp_query->have_posts()) : $postcounter = $postcounter + 1; $wp_query->the_post(); ?>see if they work now.