创建wordpress模板

时间:2013-02-05 11:41:13

标签: wordpress dreamweaver

我需要使用adobe dreamweaver创建一个新的wordpress模板。我想要带有图像滑块,时尚菜单和评论选项的模板。请指导我从基本到结束。

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

Wordpress模板以

开头
<?php /* Template Name: Stylish Template */ ?>
<?php get_header(); ?> // go to header.php add required js file for slider & menu through wordpress function() <?php wp_nav_menu($args); //check wordpress documentation for $args.
<div id="slider">
--images will go here
</div>
<div id="content">--Content Goes here---These will be posts from any category or latest posts, look wordpress documentation for <?php comment_template() to add comments if they are disabled.?></div>