shadow
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Word Press Blog shows “under construction”?Step One:
One of those two locations probably contains a file called default.html or index.html or welcome.html. In fact just look for any with a .html extension and rename them one by one as you check your site to see if it makes a difference. Once you change one and see the ‘under Construction’ disappear, you know you are in the right place.
Forum: Fixing WordPress
In reply to: Putting link to a page in the footerIf you are using a widget to call your pages, have you changed the code in your widget to exclude 18 ?
I think this may be the widget we are seeing and not your specific code.
Forum: Installing WordPress
In reply to: Word Press Blog shows “under construction”?First guess, you have uploaded your files to the wrong location on your server. I find with many of the Install4Free installations we do, that this is a common problem.
Perhaps have a look through your host documentation and then check that you have your files in the correct place. If you are still stuck and cannot work it out, just shoot me an email and I will take a look for you. [shadow 12 gmail]
Forum: Fixing WordPress
In reply to: Can’t import Blogger – This is ridiculousDoes this help at all?
http://www.techcounter.com/wordpress/import-blogger-beta-posts-to-wordpress/
Forum: Installing WordPress
In reply to: GoDaddy Premium Hosting – WindowsIf you email me at shadow12 gmail, I’ll give you a hand.
Forum: Everything else WordPress
In reply to: Remove Top “You are here: Home / Search button”Well, try looking in your header.php, index.php, sidebar.php and even perhaps your footer.php. Use a text editor and search for ‘breadcrumb’.
You can’t have that many files and it will not be in single.php. page.php, comments.php or archives.php.
When you find it – remove the relevant code around it.
Forum: Fixing WordPress
In reply to: Can I upgrade from 2.2 to 2.3.1?Always remember to backup your database first so you can go back to it if necessary.
Forum: Installing WordPress
In reply to: Word Press Blog shows “under construction”?What is the url address when you wrte a post?
Forum: Everything else WordPress
In reply to: Plagiarism on WordPress Hosted BlogTry the wordpress.com forums. This forum relates to ww.wp.xz.cn sites
Forum: Everything else WordPress
In reply to: Remove Top “You are here: Home / Search button”Look in your theme files for the word ‘breadcrumbs’
There should be a simple one or two lines of text relating to this call.
Forum: Everything else WordPress
In reply to: Remove Top “You are here: Home / Search button”A link to the site always helps.
Forum: Installing WordPress
In reply to: Install is a no goA link to your site may help us.
Forum: Fixing WordPress
In reply to: WordPress/Reblog expert required – Payment provided Questions onlyIf you get in touch with the people at this link, you may get what you need…
WP-Pro’s mailing list:
http://lists.automattic.com/mailman/listinfo/wp-proVirtually impossible. The rule of thumb is that if you do not want the risk of it being copied/stolen, do not put it on the Internet.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionSounds obvious, but the best advice is always – check your database name, user name, password and host settings. In 99.99% of cases it is one of these that is mis-typed or wrong information placed, that will cause the problem you describe.
Additionally, check that the user has enough read and write privileges.