Ramnath
Forum Replies Created
-
Ok the custom function I put in the Advanced tab is pasted here:
https://pastebin.com/embed_iframe.php?i=JKVnS3PT
PLS someone pls help!
Forum: Fixing WordPress
In reply to: [iSlidex] [Plugin: iSlidex] Images will not show upYes, I did set the permission. Still getting a bad request.
Screenshot: https://i45.tinypic.com/20kdmjq.jpg
@andrea_r can you pls name any specific plugin which can do the job?
Forum: Fixing WordPress
In reply to: Excluding Particular Categories OR Tags from Home PageOk I found the solution ??
if (is_home()): query_posts('cat=-23'); endif; if (have_posts()): while (have_posts()): the_post(); mystique_post(); endwhile; ...
Forum: Fixing WordPress
In reply to: Weird URLs inside postsJust looks like a session ID or link tracking script or something.
Tanx!
Forum: Fixing WordPress
In reply to: Weird URLs inside postsYes <WordPress 1.5.1-alpha> and it works for me fine. Nops that’s not the issue alism.
Forum: Fixing WordPress
In reply to: Weird URLs inside postsDon’t think so since I haven’t installed any new plugin. Actually its a blog hosted at Blogsome: https://webtips.blogsome.com/
Forum: Fixing WordPress
In reply to: Specify different HostForum: Fixing WordPress
In reply to: Mysterious linkAny thoughts please?
I also got an error at https://nl.123greetings.com/wp-content/themes/pop-blue/ `
Fatal error: Call to undefined function get_header() in /usr/local/wordpress/wp-content/themes/pop-blue/index.php on line 1`Are these two anyway related?
Forum: Fixing WordPress
In reply to: Mysterious linkI got it from the YSlow list that shows the List of links that has an “Expires header”. Yup Pop-blue is the theme am using.
Forum: Fixing WordPress
In reply to: Role Manager plugin not working !!any thoughts pls?
Forum: Fixing WordPress
In reply to: Contributors cum ModeratorsI don’t know if any other hack is necessary as I haven’t tested this, but you can easily enough.
What I want ot figure out here is can we just assign the role of comment moderation to subscribers/contibuters without taking the help of Role Manager?
Forum: Fixing WordPress
In reply to: Contributors cum ModeratorsOk Ivovic ..
Any other backend hacks other than the Role Manager plugin?
Forum: Fixing WordPress
In reply to: Problem with Special CharactersPlease read it as & # 8 2 2 0 ; Some Text & # 8 2 2 1 ;
But I wonder is this a quick fix or a permanent solution.
Forum: Fixing WordPress
In reply to: Problem with Special CharactersFor the time being I have resolved the issue using ..
“Some Text”
and the result is .. “Some Text”