WordPress wp-layout.css Explained
0 Comments Published October 31st, 2004 in Web Devlopment, WordPressWordPress wp-layout.css Explained

|
Jai Bharat Patel's Blog
Live as if your were to die tomorrow. Learn as if you were to live forever. -Gandhi |
WordPress wp-layout.css Explained

Cool site just about WP
Blogging Pro - Blog News, Tools and Hacks

One click backup of WordPress files and database (from readme, this is for Wp 1.2 only):
Get “wp_backup”
unzip
Make a directory inside your WordPress folder and name it backup
Assign write permissions to the backup folder you just created
Copy all included files (except readme.txt) to your wp-admin folder
Open menu.php in your wp-admin folder and find this line:
array(__(’Users’), 3, [...]

Related post plugin for Wordpress ( from readme )
Get WordPress Related Entries plugin
Add a full text index to your wp_post table:
ALTER TABLE `wp_posts` ADD FULLTEXT `post_related` (`post_name` , `post_content`);
Copy recent-post.php in your /wp-content/plugins/ directory.
Activate the plug-in through WP interface.
Put the following lines in your index.php, where your want related posts to appear:
<?php if [...]

Importing Blogger Entries Into WordPress
Completed importing all posts from blogger to wordpress.
Import script creates new user(s). I merged all users into one using mysql script:
UPDATE wp_posts SET post_author = 1 WHERE post_author = 2

EmacsWikiMode is more a wiki-like publishing tool and personal information manager than a real wiki, because users from the web cannot edit the pages. EmacsWikiMode is an important part of PlannerMode
Good Documentation at Wiki Doc

You are currently browsing the Jai Bharat Patel's Blog weblog archives for the 'Web Devlopment' category.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.