Chris_K
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page disappears after 9,300 words!This might help too: http://wordpress.org/support/topic/256910?replies=37#post-1231889
Forum: Fixing WordPress
In reply to: Page disappears after 9,300 words!Anything in your web server’s error logs after you crash?
Forum: Fixing WordPress
In reply to: Permalinks issueLots of troubleshooting tips here: Using_Permalinks
Are you on an Apache or IIS server?
Forum: Fixing WordPress
In reply to: its really urgent, plz help with imagesOne topic should be plenty: http://wordpress.org/support/topic/397277?replies=3
Forum: Themes and Templates
In reply to: Trying to remove meta widget from sidebarSimple question: What happens if you add a widget to the sidebar? Meta is a default used when no widgets are specified.
Forum: Installing WordPress
In reply to: Not able to install WordPress.Web Platform 2.0 works just fine for installing WordPress — especially if you very carefully pay attention to the assorted usernames and passwords you specified via its “wizards”.
From your description above, I’d say that you are specifying the wrong password for the MySQL root user.
Forum: Fixing WordPress
In reply to: Changed domain and now stylesheet is not working!Review the Moving_WordPress page — be sure to address the steps you skipped.
You might be able to get a more direct fix using at Changing_The_Site_URL as well. Depends on what steps you skipped from the Moving section.
Forum: Alpha/Beta/RC
In reply to: Second super admin possible?+1 for Super Grover reference 🙂
Forum: Fixing WordPress
In reply to: How do I import a blog using the RSS feed?Then I uploaded that file to my test blog.
Elaborate a bit on that?
Tools -> Import -> RSS?
Anything logged in your web server’s error logs?
Forum: Themes and Templates
In reply to: How to output this sitemap link only on the homepage footer.What theme are you using?
Forum: Fixing WordPress
In reply to: How do I import a blog using the RSS feed?If I paste the RSS feed URL into my browser, I get redirected to a page to add it to my Google Reader.
That page. Viewing source should show you a bunch of XML. That’s the raw feed.
Forum: Fixing WordPress
In reply to: How do I import a blog using the RSS feed?but when I paste her feed link into my browser, it simply gives me a page to add it to my Google Reader.
* Right-click on the page and “View Source”
(you’re over thinking!)
Forum: Fixing WordPress
In reply to: How do I import a blog using the RSS feed?Go to her feed link.
Right-click on the page and “View Source”
Select all, Copy.
Create a new text document, paste in the contents and give it a useful name.
Go to the WordPress import and feed it that file.Forum: Themes and Templates
In reply to: How to output this sitemap link only on the homepage footer.Make a small correction to your first try:
<?php if ( is_home() AND !is_paged() ) { ?> <a href="sitemap.xml">Sitemap</a> <?php } ?>I’m not sure where your sitemap.xml file is relative to your blog so you might also need to give a fully qualified link to it instead of just “sitemap.xml.”
Forum: Fixing WordPress
In reply to: admin cpYou have several options here: Changing_The_Site_URL