Devster是款设计很不错的国外WordPress企业模板,底部传统三栏设计,黑白灰色经典搭配,首页设计了作为企业主题必须的产品幻灯片展示,支持下拉菜单,兼容IE、Firefox、chrome等目前主流浏览器,该wordpress企业主题适合技术类公司网站,如网络软件等,具体效果看图片演示:
wordpress企业主题devster图片演示:
devster主题下载:devster.zip
wordpress企业主题devster使用说明:
devster主题作用问题:
1 2 3 4 5 6 7 8 9 10 11 12 | <?php global $post; $porto_cat = get_option('devster_portfolio_cid'); $counter = 0; $numbers = array(3, 6, 9, 12, 15, 18, 21, 24, 27, 30 ,33 ,36); $numbers2 = array(1, 4, 7, 10, 13, 16, 19, 22, 25, 28, 31, 34, 37); query_posts('category_name='.$porto_cat.'&showposts=-1'); while ( have_posts() ) : the_post(); $wp_query->is_home = false; $counter++; if (in_array($counter, $numbers2)) {echo '<li>'; } ?> |
替换为以下代码:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <?php global $post; $porto_cat = get_option('devster_portfolio_cid'); $counter = 0; for($i=0;$i<200;$i++) { $numbers2[$i]=$i*3+1; $numbers[$i]=($i+1)*3; } query_posts('category_name='.$porto_cat.'&showposts=-1'); while ( have_posts() ) : the_post(); $wp_query->is_home = false; $counter++; if (in_array($counter, $numbers2)) {echo '<li>'; } ?> |
这样最多允许的图片数是600多张了,以后还要加的话把$i<200的 200改成更大的数
提示:国外的企业主题后台管理设计得比较复杂,而且大多不支持中文,但devster这款WP企业主题已被汉化,完美支持中文,