Warning – DON’T EDIT THIS PAGE USING THE VISUAL EDITOR!!
Frequently used items in posts and pages
Tables
Using Plugin: Easy Table v 1.1.1 by Takien http://takien.com/1126/easy-table-is-the-easiest-way-to-create-table-in-wordpress.php
Enclose the table within tags
[table] ... [/table]
Separate columns in a row using the “;” (semi-colon character)
First line in table can be used to define column titles
Name;Description;Link
nl (new-line) character will create a new row in the table
Align text in the columns using the table attribute colalign
[table colalign="left|left|left"]
Remove the titles using the table attribute th
[table th="0"]
Source Code
using plugin: SyntaxHighlighter Evolved v 3.1.7 by Viper007Bond http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/
Enclose the source code within tags
[code lang="javascript"]
or the short form
[js] ... [/js]
The following syntax will remove line numbers from the code segment
[text light="true"] ... [/text]
Admin bar not showing on page
- From Admin dashboard edit your user profile Users…Your Profile
- Check that Show Toolbar when viewing site is checked