Immortal Bikram
Forum Replies Created
-
I once again deleted and resubmit sitemap now the error went away.
I am also having same problem . I have latest version of wp and your plugin. I cannot get this plugin work never. Really want this plugin to work. Is this due to execution time ??
Will it be wise tweaking wp code ?? Will it hamper in future ?
Goss,it worked for me. But the url structure in sitemap is
http://bikramkawan.com.np/sitemap-pt-post-2011-12.xml like this. Previously it look like (with post name)
http://bikramkawan.com.np/check-hseb-result-20682011-grade11-sciencemanagementhumanites-with-marksheet/Forum: Plugins
In reply to: Simple Reach Plugin ProblemNow its working after upgrading the version to latest.Awesome Plugin. Thanks.
Forum: Fixing WordPress
In reply to: Include jquery on my page?I put
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/tree/jquery.treeview.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/tree/jquery.treeview.min.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/tree/jquery.treeview.pack.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/tree/jquery.treeview.async.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/tree/demo.js”></script>
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/tree/lib/jquery.cookie.js”></script>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/tree/demo/demo.js”></script>in header.php. all required files js ,images and css are kept in theme folder.
In post page i called using “<ul id=”red” class=”treeview-red”>
but still not working. Urgent help is needed.