Ndadap is Unique WordPress theme, we created Ndadap with easy to install and easy to use. This theme contain very minimum configuration to make it work. Ndadap also support many plugin. Ndadap also widget enabled for unlimited content. Ndadap buil in Featured Content Area with auto grab image from the content. So you doesn’t need to add custom field on your content.
But, if you want more perfect Featured Image, you can add it via Custom Field. The custom Field for featured image is feature_image and paste you image url
What’s on in Ndadap WordPress Theme
- WordPress 2.7 Support (Threaded Comment with separate Comment and Pingbacks)
- Rounded Corner
- Gradient Style and nicely dotted background effect
- Built In Featured Post area.
- Auto Grabbed Image from to content (no custom field needed)
- Auto Re size image
- Widget Support
- AdSense support
- Magazine Style
- Grid Based Layout
- SEO Friendly
- Work Perfect on Standard Browser (if you are using Internet Explorer, I can’t give guarantee this theme will work)
- Say Goodby for Internet Explorer
- And many more.
Live Dome | Downloads | 寂静街论坛备份
Some Plugin Needed
- FlickrRSS
- Popularity Contest (fix version can be found on this blog)
- Get Recent Comment
- Buy Me a Beer
F.A.Q
How To Setup Featured Post?
It’s easy, open header.php and find this area
<?php$sticky=get_option('sticky_posts');$args1=array('caller_get_posts'=>1,'post__not_in'=>$sticky,'posts_per_page'=>4,'category_name'=>'featured',);$my_query1=newWP_Query($args1);while($my_query1->have_posts()) :$my_query1->the_post(); ?>
This code around line 105 and on category_name, change with you Category Name that you want display as Featured Post.
注:该模板不支持IE6