anup
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove comment from thread to be new commentPerhaps – there should be feature like *comment parent* in the quick edit of comments.
Currently I am not sure whether it can be done from the admin.
Forum: Fixing WordPress
In reply to: Issue with TitleThat doesn’t work – read my initial post. thanks.
Forum: Fixing WordPress
In reply to: Issue with TitleWell, if anyone couldn’t get what I was asking, its related to the following:
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>thanks.
Forum: Fixing WordPress
In reply to: validating atom feedMany thanks again. It now works fine. 🙂
Forum: Fixing WordPress
In reply to: clean url for printer-friendly pageWow! This is really great! Many thanks once again !
– Anup
Forum: Fixing WordPress
In reply to: clean url for printer-friendly pageMany thanks for that. It really works. But an additional help is required.
In my index page, I have defined the print page to be
http://www.i3pep.org/wp/print.php?p=<?=the_ID()?>Consequently, the URL comes to be like:
http://www.i3pep.org/wp/print.php?p=72
while this same thing can be accessed as:
http://www.i3pep.org/print-version/72/
I am using the following in .htaccess:
RewriteRule ^print-version/([0-9]+)/?$ /print.php?p=$1 [QSA,L]
The question is, how to make the “clean url” show up?
What changes do I need to make ?
tia.
– Anup
Forum: Fixing WordPress
In reply to: clean url for printer-friendly pagethis doesn’t seem to work. perhaps something is missing ?
Forum: Fixing WordPress
In reply to: How often RSS gets updated?HTH:
Forum: Fixing WordPress
In reply to: How to get Search to search pages or comments?Search does not search the “Page” in the wp 1.5 – at least thats the case as it seems to be.
– Anup
http://www.i3pep.orgForum: Fixing WordPress
In reply to: Password-protecting post not working?Seems that password protection works but with the default
?p=post numberkind of thing, not with the clean URLs,thanks
Anup
http://www.i3pep.orgForum: Plugins
In reply to: Is StatTraq slowing down a blog?Is there any way by which to Uninstall stattraq? If we use php admin, would removing the two stattraq lines do the thing? Where is the data actually being stored? thanks.