Miao - Fashion Magazine, News & Blog WordPress Theme
Miao is a elegant responsive Blog & Magazine WordPress Theme with multiple style and layout. This theme is ready for the ‘Page builder by SiteOrig’ plugin that allows you to create unlimited layout only with drag and drop. We also include three preset homepage templates and four different layouts for the blog template.
Sometimes maybe you need a smart online shop for your blog or magazine website, right? Miao theme is also compatible with WooCommerce plugin, just suppose that you can sell culture T-shirt, e-book or something interesting…
Additionally, Miao is compatible with bbPress that you can create a lightweight forum for your visitors or customers. You can preview the demo and learn more about this theme features.

Features Overview
- HTML5/CSS3
- Multiple Style included
- Fully Responsive
- Retina Ready
- bbPress Ready
- Revolution Slider included (Save $18)
- Easy Customizable with Page Builder (Compatible with “Page builder by SiteOrig” plugin)
- Custom Widgets included
- More Useful Shortcodes included
- Gallery Template Ready
- WooCommerce Ready
- Advanced Theme Options
- Cross-browser Compatible (IE9+/Firefox/Safari/Chrome/Opera)
- Well Documented
- WPML Ready
- Demo Files Included (XML)
- Excellent Support
- And more…
IMAGES USED IN DEMO
We include all pictures credits in the readme.txt file. Thanks for all kind photographers!
All images used in the demo are not included in the theme. They are all licensed under Creative Commons and credited to their respective creator/owner.
Change Logs
V1.07 – 2017/01/01
- Updated Revolution Slider to V5.3.1.5
- Improved the loading speed for the scrolling post widget.
V1.07 – 2016/11/14
- Updated Revolution Slider to V5.3.0.2
- Fixed some PHP issues.
- Changed the text domain to ‘miao’.
- Added one click demo import feature.
- Added social media information to the author profile.
V1.06.1 – 2016/04/25
- Updated the Revolution Slider to V5.2.5
V1.06 – 2016/03/17
- Fixed the theme doesn’t compatible with some cache plugins.
- Changed the google font import method.
- Updated Revolution Slider to V5.2.2
- Optimized some code snippets.
- Optimized "Remove query strings from static resources" issue.
- Fixed the mega menu bugs.
V1.05 – 2015/09/21
- Fixed the theme doesn’t compatible with some cache plugins.
- Added loading animation for the masonry layout.
- Updated Revolution Slider to V5.0.5.
- Optimized some code snippets.
V1.04 – 2015/07/08
- Improved some CSS issues.
- Fixed the default header image doesn’t display issue in header-2 style.
- Fixed the header image doesn’t display in archive page in header-2 style.
- Fixed the content is cut off in the boxed layout.
- Fixed a js error in shop pages.
V1.03 – 2015/05/21
- Added a new option to enable the featured image for all the single posts.
- Fixed two PHP errors.
- Updated revolution slider to the latest version.
V1.02 – 2015/05/07
- Fixed the ‘masonry sidebar’ and ‘search’ template doesn’t work well.
- Fixed the replicated sticky posts in the masonry page.
- Fixed some CSS issues for the black header.
V1.01 – 2015/05/06
- Added BlogLovin' icon and option.
- Improved the gallery page template.
- Fixed some CSS issues.
Hello everyone,
ReplyDeleteI’ve observed problems with (miao) categories loop – how can I set posts to see in categories loop on the site ? Here the screens what’s going on : https://www.dropbox.com/s/7gsn7a97n5vomsi/Zrzut%20ekranu%202016-05-26%20o%2014.26.06.png?dl=0 our posts don’t load on the site even when I set them to categories. Can you help me with?
Hi, can I check your website?
ReplyDeletei want to see the demo of homepage fullscreen but in the demo is totally destroyed, what happens?
ReplyDeleteHi
ReplyDeleteDid you mean you can’t see this demo http://demo.themevan.com/miao-rock/ ?
Thanks
HELLO,
ReplyDelete...ATTENTION: LIVE PREVIEW is not visible
Warning: mysqli_num_fields() expects parameter 1 to be mysqli_result, boolean given in /home/themeva/public_html/demo/wp-includes/wp-db.php on line 3068
Warning: mysqli_num_fields() expects parameter 1 to be mysqli_result, boolean given in /home/themeva/public_html/demo/wp-includes/wp-db.php on line 3068
Hi
ReplyDeleteThe server is normal now, please check again.
Thanks
SORRY BUT NOT ….your live preview ( http://preview.themeforest.net/item/miao-fashion-magazine-news-blog-wordpress-theme/full_screen_preview/11170534 ) is not visible.
ReplyDeleteIf I click on the written ” Live preview ” ...there is only a white page with the follow written:
Warning: mysqli_num_fields() expects parameter 1 to be mysqli_result, boolean given in /home/themeva/public_html/demo/wp-includes/wp-db.php on line 3068
Warning: mysqli_num_fields() expects parameter 1 to be mysqli_result, boolean given in /home/themeva/public_html/demo/wp-includes/wp-db.php on line 3068
It is not a problem for me ( I can check many other themes ) ..but I think that it gonna be a problem for you….
H ave a nice day
Thanks for your feedback. I contacted server support. I think the demo will display as normal soon. Thanks!
ReplyDeleteDear Support sistem , I’m wondering if i can transfer this theme to another account . My old client want to have access directly.
ReplyDeleteHi
ReplyDeleteThe theme author don’t have the permission to do that, so you have to contact Envato support
Thanks
Dear ThevanTeam … I need support in this website http://berlinerforaday.com/ ... This is my issue :
ReplyDeleteProblem with post titles.
I’ve noticed that all the posts titles are automatically setup in H3, I would rather have them in H1, please let me know how I should proceed in order to fix that issue.
Before I renew the support I will like to now if you are able to help me out with this.
Thanks in advance.
Hi
ReplyDeleteCurrently the post title is in H4, did you mean change the post title tag to H1 only for the single post? You should edit tpl/tpl-loop.php file, find the following codes
<?php if($title<>'no'):?>
<h4 class="entry-title"><a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php the_title();?></a></h4>
<?php echo alaya_posted_on('');?>
<?php endif;?>
Change it to
<?php if($title<>'no'):?>
<?php if(is_single()):?>
<h4 class="entry-title"><a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php the_title();?></a></h4>
<?php else:?>
<h4 class="entry-title"><a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php the_title();?></a></h4>
<?php endif;?>
<?php echo alaya_posted_on('');?>
<?php endif;?>
I will also change it in the new version.
Also, if you want to change all post title in H1 in home page or archive page, it’s bad for SEO, I’m not suggest you to do that.
Thanks