New Here? You may want to subscribe to my RSS feed. Or if you prefer, Subscribe by Email. Thanks for visiting!
If you like the New Theme… Andreas04 3.1 by me, you can download it by clicking the image above.
Free… No Charge… Gratis…
Installation is pretty standard:
Download the zip file
Unzip the zip file
Upload the Andreas04 file and all it’s contents to wp-content/themes
Done!
I hope you enjoy the dark side…
Recovered from Google Cache from 2007/12/07
June 3rd, 2008
Posted by
Joe |
Back-up, WordPress |
no comments
You may have noticed I haven’t really been posting much here as of late. The reason being, I started another Blog and it is a lot more comprehensive in the How To’s of installation and use of many of the programs I use.
I also don’t want to duplicate the information on two blogs when one (on it’s own domain) will suffice. It is my Computer Consulting Blog.
My Computer Back in Service

So, if you want more of the type of information provided here, skoot on over to My Computer Back in Service. I promise you won’t be disappointed. Hopefully, you will find the information even more helpful.
Recovered from Google Cache from 2007/09/17 I left the Highlights in to let you know how I found an OLD and LOST Post.
June 3rd, 2008
Posted by
Joe |
Back-up, Publishing |
no comments
I don’t know about you, but I missed my inline Post Preview, and thought the extra step of clicking preview>> and having it open in another window was totally ridiculous. Not to mention unnecessary.
You need to be comfortable working in the background code of your post.php, but it is fairly simple to do. Go to the wp-admin folder on your server, find your post.php and copy & paste the code below.
Here’s the steps you will need to know…
- Open up your post.php file from your wp-admin directory.
- Navigate to approximately line 63 and find the following line of code:
include('edit-form-advanced.php');
- Directly underneath that line, add the following code:
?>
<div id='preview‘ class=’wrap’>
<h2 id=”preview-post“><?php _e(’Post Preview (updated when post is saved)’); ?></h2>
<iframe src=”<?php echo clean_url(apply_filters(’preview_post_link’, add_query_arg(’preview‘, ‘true’, get_permalink($post->ID)))); ?>” width=”100%” height=”600″ ></iframe>
</div>
<?php
- Save your changes to post.php.
There, Done… Simple, huh?
Recovered from Google Cache from 2007/08/01 I left the highhights so you could see the terms I used to find the Cache file.
June 3rd, 2008
Posted by
Joe |
Back-up, WordPress |
no comments