http://releasepromo.com/blog/release-promo-blog-now-online.html
for some reason they wont work? perhaps something on the comments or funtions php pages is missing?
can someone help?
thanks
jerome
http://releasepromo.com/blog/release-promo-blog-now-online.html
for some reason they wont work? perhaps something on the comments or funtions php pages is missing?
can someone help?
thanks
jerome
Try adding <?php if(is_singular()) wp_enqueue_script( 'comment-reply' );?> just before <?php wp_head(); ?> in your theme's header.php file.
added it but no luck :(
I can't see the script in the source of your single post. It should be in header:
<script type='text/javascript' src='http://releasepromo.com/blog/wp-includes/js/comment-reply.js?ver=20090102'></script>
so in the header i should have?
<!-- script START -->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/base.js"></script>
<script type='text/javascript' src='http://releasepromo.com/blog/wp-includes/js/comment-reply.js?ver=20090102'></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/menu.js"></script>
<!-- script END -->
<?php if(is_singular()) wp_enqueue_script( 'comment-reply' );?>
<?php wp_head(); ?>
</head>
<!-- script START -->
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/base.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/menu.js"></script>
<!-- script END -->
<?php if(is_singular()) wp_enqueue_script( 'comment-reply' );?>
<?php wp_head(); ?>
</head>
You might want to try pulling out:
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/base.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/menu.js"></script>
in case they're causing an issue.
no luck :(
i have the same problem:(
I guess I wont install :) No response here at all.. 30 Days and no response lol this is a joke.. Id never install this one..
This topic has been closed to new replies.