第十课:wordpress主题制作主题布局

前端之家收集整理的这篇文章主要介绍了第十课:wordpress主题制作主题布局前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

本教程对index.PHP,sidebar.PHP,footer.PHP进行了静态的布局,对index.PHP进行了循环的输出 以下教程提供了源码和视频教程,可以到优酷土豆观看清晰视频教程。

index.PHP源码:

 

PHP if (have_posts()) : ?>

PHP while (have_posts()) : the_post(); ?>

PHP the_permalink();?>" title="PHP the_title_attribute();?>">PHP the_title();?>

Meta">January 1,2014 by PHP echo get_author_posts_url(get_the_author_Meta('ID')); ?>" title="查看PHP the_author(); ?>所有文章">PHP the_author(); ?>

PHP the_excerpt(); ?>

 

分类:PHP the_category(',');?>

PHP the_tags('

标签:',','

PHP endwhile ; ?>

猜你在找的wordpress相关文章