Good description of how to use wordpress gallery link is https://codex.wordpress.org/The_WordPress_Gallery
Category Archives: wordpress
wordpress
Improve My WordPress Web Site
What makes a good web site
1. Good Contents
2. Look and Feel; Design, Graphic, Gallery, and Slide show
3. Organization
How to organize WordPress site
A categories can be a menu item.
Start with a few categories. For example; dev tool, client programming, server programming
Have each category as menu item and use a tag to sub group in a category. Then create sub category when the number of posts are enough .
Custom Post Type
SyntaxHighlighter has been installed
SyntaxHighlighter has been installed.
use [syntax] to display code and supported syntax are found at http://alexgorbatchev.com/SyntaxHighlighter/manual/brushes/
$hxClasses.extend = function(BaseClass, SubClass, subName) { $hxClasses.registerClass(SubClass, subName); if (BaseClass != null) { SubClass.__super__ = BaseClass; SubClass.prototype = $extend(BaseClass.prototype); SubClass.prototype.constructor = SubClass; } SubClass.prototype.callSuper = $hxClasses.callSuper; };