rajanpanicker
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Post Groups] “Are you sure you want to do this?”There are no plugins installed by me,but its still showing the message.
“Are you sure you want to do this?”Forum: Plugins
In reply to: WordPress customer service sucksIts true though,probably wordpress is a free service,thats why its like this,but what more do you expect for a free service,better to shift to joomla or some other web page design templates.But its your choice if you can survive learning and coping up with all the bugs and other factors involved with wordpress.
Forum: Fixing WordPress
In reply to: When I install a new theme…I am having the same problem,can someone comes up with a solution please?
Forum: Fixing WordPress
In reply to: ‘Are you sure you want to do this?’I dont have any plugins,but still I am having this problem
Forum: Fixing WordPress
In reply to: Need Help Calling Javascript FunctionNo its not working.I coped the script in js directory,then copied this code randomly inside functions.php but still its of no use.Or should I name the path instead of /js/yourjavascript.js
if I have a htdocs,that must mean that I should incude that also in the path right?Forum: Fixing WordPress
In reply to: Need Help Calling Javascript FunctionWhat if I want to display the script only in my posts and not in pages and home page?Then what I should I do?I tried inserting in single.php but nothing is happening.So if I include the above script in functions.php,it will be displayed on all my pages and posts right.I dont want that,I want it to be displayed only on my posts.Anyway thanks in advance.
Forum: Fixing WordPress
In reply to: Need Help Calling Javascript FunctionMy theme dont have a scripts directory.But it does have a js directory.I believe I should be copying the files into that cricket.
And could you make it a bit more specific as my single.php is where I need to display my javascript code.Here my single.php has elements that start with<?php get_header(); ?>
<?php
global $options;
………………..So here what and where shall I add my .js function call.
Also my webhost has a htdocs and inside that lies all the themes and other things.So what should be the path?
<script type=”text/javascript” src=”<www.mysite.com/>confusedpath/yourjavascript.js”></script>
Thanks in advance