upperthinking
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using Inove Theme WordPress.com Stats Won’t LoadThis is what the end.php file looks like. When I opened it up it already had the
<?php wp_footer(); ?>
inserted but obviously it doesnt work maybe its inserted in the wrong place because API key works fine.
<!– footer START –>
<div id=”footer”>
<?php _e(‘Top’, ‘inove’); ?>
WordPress
<div id=”copyright”>
<?php
global $wpdb;
$post_datetimes = $wpdb->get_results(“SELECT YEAR(post_date_gmt) AS year FROM $wpdb->posts WHERE post_date_gmt > 1970 ORDER BY post_date_gmt ASC”);
$firstpost_year = $post_datetimes[0]->year;
$lastpost_year = $post_datetimes[count($post_datetimes)-1]->year;$copyright = __(‘Copyright © ‘, ‘inove’) . $firstpost_year;
if($firstpost_year != $lastpost_year) {
$copyright .= ‘-‘. $lastpost_year;
}echo $copyright;
?>
<?php bloginfo(‘name’); ?>
</div>
<div id=”themeinfo”>
<?php _e(‘Theme by mg12. Valid XHTML 1.1 and CSS 3.’, ‘inove’); ?>
</div>
</div>
<!– footer END –></div>
<!– container END –>
</div>
<!– wrap END –><?php wp_footer(); ?>
</body>
</html>Forum: Fixing WordPress
In reply to: WordPress.com Stats Won’t Loadhow would you edit the theme and add the “call to <?php wp_footer(); ?>” ???
Forum: Fixing WordPress
In reply to: Error establishing a database connectionEvery continues to work well with my blog, its probably something that just happens and resolves itself, I wish wordpress themselves would actually come out with a logical explanation for this problem
Forum: Fixing WordPress
In reply to: Error establishing a database connectionYeah the problem seems to have resolved its self, but then it reverted back to the error message so I decided to login in to the wordpress admin control panel and it started to work again…any ideas why? This is starting to annoying me, there is no consistency
Forum: Everything else WordPress
In reply to: Can I tranfer my wordpress.com blog to www.ads-software.comWALKLOSS YOU ARE A LIFESAVER! Thanks ALOT!
WHOOAMI I ALSO APPRECIATE THE HELP
Cheers and Happy New Years! ??
Forum: Everything else WordPress
In reply to: Can I tranfer my wordpress.com blog to www.ads-software.comalrighty then thanks again.
Forum: Everything else WordPress
In reply to: Can I tranfer my wordpress.com blog to www.ads-software.comOkay so once I setup my www.ads-software.com blog I can tranfer my blog entries and info from the the wordpress.com blog? Sorta like exporting your blog to blogspot or your blogspot to wordpress?