deydas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: change forum password?That’s something I would like to ask to. Is there a way?!
Forum: Fixing WordPress
In reply to: Allowing use of stylesheet in postsThe variable $cat and $single can be used for checking whether you are in a permalink page, category page or the main page. You can create a conditional statement and include the desired stylesheet that way.
Forum: Fixing WordPress
In reply to: HTML appears above comment fieldYou can delete it by editing wp-comments.php.
Forum: Installing WordPress
In reply to: Warning: Cannot modify header informationDo not use something like Microsoft Word and all that. Also if you are using Notepad, make sure that the ‘Word Wrap’ option is not checked.
Forum: Everything else WordPress
In reply to: google likes me…What I can understand is that your permalink contains the exact keywords putting you at the top of the list.
Forum: Fixing WordPress
In reply to: Upload FilesYou may also want to enter the extensions like doc, etc in the allowed file extensions field.
Forum: Fixing WordPress
In reply to: Archiving TechniqueI have found what I was looking for and guess what there is a plugin for it too. WP rocks!!!
Forum: Fixing WordPress
In reply to: Archiving TechniqueAnyone?!
Forum: Fixing WordPress
In reply to: Archiving TechniqueTha would produce the list like
Feb 2005 (no. of posts)
Jan 2005 (no. of posts)
Dec 2004 (no. of posts)But I want it like this:
Feb 2005 (no. of posts)
Jan 2005 (no. of posts)
Year 2004 (no. of posts)Is there a way?!
Forum: Fixing WordPress
In reply to: LaTeXThank you.
Forum: Fixing WordPress
In reply to: LaTeXAnyone?!
Forum: Fixing WordPress
In reply to: Comment link moderationeetdcob> I used to have the same problem. Strangely, it got cured when I emptied my spam words list.
Forum: Fixing WordPress
In reply to: link error on archive e calendarMake the permalink path in the /skylog/year/month/day/post-name format. The code is there on Options>Permalink page. WP for some reason does not parse the calendar and archive links if the permalink is not in the above format. Bug?!
Forum: Everything else WordPress
In reply to: Webhost wantedTry LVCS. They are damn cheap and has got a wonderful service.
Forum: Fixing WordPress
In reply to: .htaccess helpIf you are using Apache, .htaccess should work but it won’t work on IIS and other. First confirm from your host whether you are using Apache or not.
If you are using Apache, and .htaccess still does not work, you might want to use the AccessFileName Directive to force Apache to look into .htaccess. More info is here: http://httpd.apache.org/docs/mod/core.html#accessfilename .