aces
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Debug Notice?function my_connection_types() { p2p_register_connection_type( array( 'reciprocal' => true, 'title' => 'property location', 'name' => 'property_to_city', 'from' => 'properties', 'to' => 'locations', 'admin_column' => 'any' ) ); } add_action( 'p2p_init', 'my_connection_types' );Forum: Networking WordPress
In reply to: Multisite with domain mapping and external subdomain – 404 errorHave you tried clearing the browser cache for that domain?
I have just wasted hours on a similar situation ( also on 1and1 ) and that was the solution…..
Forum: Plugins
In reply to: [Plugin: WassUp] ie8 and firefox 3.6.3 error on wordpress 3.0 upgradeWorks for me as well… and again, Thanks!
oops, i made a mistake above.
The theme calls
<?php get_footer(); ?>
When I added
<?php wp_footer(); ?>
to footer.php I get the bad behavior and spam karma 2 feedback that I was looking for…
Maybe now the WordPress.com Stats will show up?
(Unfortunately my webhost has been offline for ages so i haven’t been able to try it online yet…)
My theme has the footer code but I’m not getting any stats either….
However i also run bad behaviour and that isn’t displaying statistics in the blog footer. Spam karma 2 isn’t inserting spam eaten messages in the footer, even though it passes the advanced compatibility check. I also run Akismet amongst other plugins.
I use an adapted simplysquared blue template on WP 2.3.3. The theme’s index.php does call wp_footer, but the closing body tag is in the footer file….