Gouri
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Exclude a Category From Front Pageinserting this:
<?php query_posts($query_string . ‘&cat=-32’); ?>
just before:
<?php if (have_posts()) : ?>
worked for me.
But somewhere in the codex, I read that it will exclude this particular category posts from category archive also (if we don’t have a separate template for category). I don’t see any separate category template in my theme files. Even the, I am not having any such problem.
Will it have any other ‘side effect’?
Following is not working for me:
<?php
if (is_home()) {
query_posts(“cat=-3”);
}
?>Forum: Fixing WordPress
In reply to: Break comments into pages using wrong number of commentsYou are lucky that it’s atleast working for you ?? With exactly the same settings except for ’10 comments per page’ instead of ’50 comments per page’, it’s not at all working for my blog.
Forum: Fixing WordPress
In reply to: Break comments into pagesComment settings for my blog read:
Break comments into pages with 10 comments per page and the first page displayed by default.
Comments should be displayed with the older comments at the top of each pageBut the comments still do not break into pages.
Forum: Fixing WordPress
In reply to: SEO Q’s. Nofollow, dofollow, 301, etc.Dofollow plugin is only for the comments. Try out pretty links plugin. You can see it in action on my useful links page.
Forum: Plugins
In reply to: Best comment management system/plugin to get threaded comments?I am using the ‘close comments after __ days’ option on my blog. I want to display the ‘comments are closed’ message for the relevant posts. Is it possible to do so with Disqus plugin? (I’ve already tried Intense Debate).
Forum: Themes and Templates
In reply to: adding “Comments Closed” to themeYou fall down while walking; somebody helps you get up and suggests – ‘be little more careful while walking’. Should you get offended at that? Note that in the example above, the ‘helper’ came without you asking for help, in contrast to this support forum, where we are shouting for help at the top of our voice.
It’s high time we stop getting ‘angry’ or offended at small things. They say ‘you should not get offended by the occasional kick of the cow you
milk everyday’.Forum: Fixing WordPress
In reply to: Comments Not Appearing Under PostDon’t know whether you’ve already done this but sometimes this may help: Tally it with the original comments file of your theme.
Also see to it that the comments are in ‘approved’ status.Forum: Themes and Templates
In reply to: Do not display comment form if comments are closedComments are being closed on my site but “comments are closed” notification is not being displayed. What should I do?
Forum: Fixing WordPress
In reply to: .php threaded comments coded, but not working‘Comments are closed’ notification is not being displayed on my site. Any idea how can I overcome it?
Forum: Themes and Templates
In reply to: Threaded Comments Not Working‘comments are closed’ thing was not working on my site. Probably this would help, thanks.
Forum: Plugins
In reply to: [Plugin Widget Context] Target by URL does not workHi everybody, just found a fix for it.
Use the name of the page in the box in a simple & straight format:
pagename
For example, I can use
about
useful links
to hide/show on these pages. Note that these are the titles of my pages & not necessarily the part of url.
To hide/show on all subpages, enter the page name in the following format:
pagename/*
Forum: Plugins
In reply to: Filter – the_title – finding out context@ willkemp
Thanks for sharing that; I may require it while tweaking my blog theme.Forum: Plugins
In reply to: [Plugin: Widget Context] The plugin does not work at all.@ kasparsd
Thank you so much!!
I was facing problem in using Target by URL feature on my blog. I followed your suggestion to use ‘pagename’ in the box & its working fine. Really a great plugin. I’m loving it!!Forum: Plugins
In reply to: [Plugin: Hackadelic Widget Voodoo] Specify open and close state?I am using both Widget Context on my blog. However, I also keep Widget Logic handy as an alternative.
Forum: Plugins
In reply to: [Plugin Widget Context] Target by URL does not workMe too facing the same problem on my blog. I am using Fancy theme but I don’t think the problem is theme specific. Otherwise, I love the plugin, it’s damn easy to use.