Site Transfer
Howdy folks! I recently moved my site around a little bit. You won’t notice much of a difference besides the design of it, but I changed the structure of it. A lot of it still broken so I will be working on that still, but the functionality of it should be back to normal.
Hope you enjoy the new theme and I hope to be putting out some other themes for the liking as well.
UPDATE: Apparently through the transfer, it seems that my paged are working now and you can view all previous posts. This is very weird because I didn’t change anything and it *should* be broken right now. Weird, but I’m glad it works now :)




May 12th, 2005 at 8:59pm
Nice job! BTW, your calendar looks broken in Safari. The lengths of each column are different.
May 12th, 2005 at 9:01pm
Thanks! I’ll try to take a look at it under Safari when I get a chance and dev accordingly.
May 12th, 2005 at 10:40pm
Since you upgraded, have you tested your pingbacks? Are they workin for you?
May 12th, 2005 at 10:43pm
No, I haven’t checked them yet. I’m still working on cleaning out the rest of the site and getting everything straightened out. There is a lot of clean up work to be done in the root directory, once I get all that done I can move on to the rest of the site.
May 14th, 2005 at 9:06pm
If anything is broken on the site, such as img sources or anything, please let me know and I will try to fix them as soon as possible. Thanks!
May 14th, 2005 at 10:17pm
I like this new look. Are you using something custom for the “19 queries. 0.512 seconds” part in the bottom right corner? Or is that a WP plugin of some kind?
oh, and “Site5″ at the bottom left of the page has 3 t’s in the http part of the link, so it’s htttp://.
May 15th, 2005 at 6:29am
Ah thanks Tyler! Didn’t even notice the 3 ts.
Regarding the queries, that’s actually default with every theme almost. It’s simply:
<?php echo $wpdb->num_queries; ?>
Hope that helps you as well.
May 15th, 2005 at 9:45am
awesome. I’m still discovering all these neat little variables already defined and set in wordpress. I’ve fallen in love with the codex!
May 17th, 2005 at 11:45am
Yeah Tyler, there are a lot of good hooks and plenty more to come, so keep an eye out. There are plenty of plugins too that add functionality to wordpress. I created a small ‘all functions’ plugin from the wp-stats.php file that is released, but I never released the plugin simply because I changed it from the wp-stats.php file to a plugin. That way I could use the functions site-wide instead of just on the stats page. Keep an eye out on wp-plugins.net for good plugins.