Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter aces

    (@aces)

    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' );

    Have 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…..

    Thread Starter aces

    (@aces)

    Works for me as well… and again, Thanks!

    Forum: Plugins
    In reply to: No Stats

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

    Forum: Plugins
    In reply to: No Stats

    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….

Viewing 5 replies - 16 through 20 (of 20 total)