This was presented by me on 2008-02-01 in the Free and Open Source Conference held at Chennai, India under the auspices of Indian Linux Users Group and National Resource Centre for Free and Open Source Software, Government of India.
14. Initialize
● Rename wp-config-sample.php
to wp-config.php
● Open config.php in an editor
● Fill in your db details
● Configure advanced settings
15. Config.php
// ** MySQL settings ** //
define('DB_NAME', 'putyourdbnamehere'); // The name of the
database
define('DB_USER', 'usernamehere'); // Your MySQL username
define('DB_PASSWORD', 'yourpasswordhere'); // ...and
password
define('DB_HOST', 'localhost'); // 99% chance you won't need
to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
16. Config.php ...
// You can have multiple installations in one database if you give each
a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores
please!
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install ta.mo to wp-content/languages and set
WPLANG to 'ta'
// to enable Tamil language support.
define ('WPLANG', '');
18. 5-Minute install!
● Point browser to:
http://yourwpdir/wp-admin/install.php
● Enter desired blog title
● Fill in your email ID
● Allow blog to search engines
26. More themes
● http://themes.wordpress.net/
● Select themes, d/l & unzip
● Put in blogdir/wp-content/themes
● Go to yourblog/wp-admin/
● Select theme in Presentation
27. Plugins
● Go to http://wordpress.org/
● Extend => Plugins
● Search using tags
● Read and understand
● Select, D/L and unzip
28. Plugins ...
● Upload to:
yourblogdir/wp-content/plugins/
● Go to Admin => Plugin
● Activate selected plugin
● Go to options and configure
30. Advanced
● Read the WP Veda - “Codex” at
http://codex.wordpress.org/
● A wiki updated regularly
● Frequent the forums at
http://wordpress.org/support/
31. Advanced ...
● Write “Pages”
● Tweak themes with CSS
● Provide navigation
● Backup regularly
32. Blogging tips
● Decide on the focus
● Write a niche blog
● Update regularly
● Moderate comments
33. Blogging tips ...
● Reply to comments
● Write original stuff
● Use pictures and video
● Link to citations
● Don't indulge in flaming
34. Blog traffic
● Comment on others' blogs
● Subscribe to pinging and blog
networking sites viz:
● Technorati
● MyBlogLog
● BlogCatalog
35. Blog traffic ...
● Publish in Feedburner
● Tag the posts properly
● Flaunt your blog in all social
networking and bookmarking sites
viz: Digg, Del.icio.us etc. and in
your profile and sig.
36. In your language
● Set language in config.php
● Download wordpress.pot
● Gettext is used for I18N & L10N
● Use Poedit for translation
● Upload ta.mo to /wp-content/language