:: BleakGeek.com ::

Site Transfer

Blogged in Wordpress, Wordpress Dev, Wordpress Themes on Thursday May 12, 2005

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 :)

15 Responses to “Site Transfer”

  1. No Gravatarceprix says:

    Nice job! BTW, your calendar looks broken in Safari. The lengths of each column are different.

  2. No GravatarJonathan says:

    Thanks! I’ll try to take a look at it under Safari when I get a chance and dev accordingly.

  3. No GravatarBryan says:

    Since you upgraded, have you tested your pingbacks? Are they workin for you?

  4. No GravatarJonathan says:

    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.

  5. No GravatarJonathan says:

    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!

  6. No Gravatartyler says:

    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://.

  7. No GravatarJonathan says:

    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.

  8. No Gravatartyler says:

    awesome. I’m still discovering all these neat little variables already defined and set in wordpress. I’ve fallen in love with the codex!

  9. No GravatarJonathan says:

    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.

Leave a Reply

You must be logged in to post a comment.