Quite simply the easiest upgrade of any application I’ve ever done.
Note, since this is is a virtual server, much snapshotting and reverting occurred during testing. and retesting.
Step 1: deleted everything in my wordpress directory except wp-config.php and my wpimages folder
Step 2: tar’d -xzvf the v1.5 wordpress file
Step 3: pointed firefox to /wp-admin/upgrade.php location
Step 4: clicked upgrade ….
Step 5: added the moblog setting for the image wrapping into the style.css file
Any reference material on how to add this moblog setting for the image wrapping? Inquiring minds wanna know. 🙂
Yeah, check out the techbb section. Basically, add this to your style.css
———————————–
.moblog {
float: left;
margin: 0 0.4em 0.1em 0;
vertical-align: top;
padding: 2px;
border: 0px;
}
———————————–
Next, add this to your image tag
class=”moblog”
For example, the home image uses this statement”