Changeset 200922
- Timestamp:
- 02/02/2010 01:42:22 AM (16 years ago)
- Location:
- post-template-plugin/trunk
- Files:
-
- 2 edited
-
post-template.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post-template-plugin/trunk/post-template.php
r199278 r200922 7 7 Version: 1.0 8 8 Author: Alex Zhang 9 Author URI: http://h ttp://hi.baidu.com/netwolf103/9 Author URI: http://hi.baidu.com/netwolf103/ 10 10 */ 11 11 -
post-template-plugin/trunk/readme.txt
r199278 r200922 17 17 1. Upload `post-template.php` to your `/wp-content/plugins/` directory. 18 18 2. Activate the plugin through the 'Plugins' menu in WordPress. 19 3. Create your own templates. 20 Format: 21 <?php 22 /** 23 * Post Template Name: Post Template Name 24 */ 25 // Some code ... 26 ?> 19 27 20 28 == Changes ==
Note: See TracChangeset
for help on using the changeset viewer.