Changeset 830203
- Timestamp:
- 12/30/2013 01:22:46 PM (12 years ago)
- Location:
- sau-syntax/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
syntax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sau-syntax/trunk/readme.txt
r829981 r830203 15 15 Sau Syntax is the easiest way to post source code on your blog posts. You can write source code on your post or you can embed source code from GitHub Gist. 16 16 17 = Usage = 18 You can write source code directly within your post or embed source code from GitHub Gist. 19 20 * [saucode]Put your source code here.[/saucode] 21 * [saugist id="Pust Gist ID here"] 22 23 = Need support = 24 If you want to get support, please visit [HocWP](http://hocwp.net/blog/sau-syntax-plugin/) blog for more detail. 25 17 26 == Installation == 18 27 19 28 1. Upload plugin to the '/wp-content/plugins/' directory 20 29 2. Activate the plugin through the 'Plugins' menu in WordPress 21 3. Place the shortcode [saucode] or [saugist ] in your contact page30 3. Place the shortcode [saucode] or [saugist id="Gist's ID"] in your contact page 22 31 23 32 == Screenshots == -
sau-syntax/trunk/syntax.php
r829981 r830203 2 2 /** 3 3 * Plugin Name: Sau Syntax 4 * Plugin URI: http://hocwp.net/ 4 * Plugin URI: http://hocwp.net/blog/sau-syntax-plugin/ 5 5 * Description: Sau Syntax is the easiest way to post source code on your blog posts. 6 6 * Version: 1.0
Note: See TracChangeset
for help on using the changeset viewer.