thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I’m adding pages but they don’t appear on lineYou need to put
<?php wp_list_pages(); ?>wherever (it will be a file in your theme folder) you want your pages to appear. This article explains how to use it.Forum: Fixing WordPress
In reply to: WP won’t let me post this articleDid you by any chance publish without a title? Because it gives me a 404 error when I do that.
Forum: Fixing WordPress
In reply to: WP won’t let me post this articleI can post the whole text.
Forum: Fixing WordPress
In reply to: Database errornot able to select the WordPress database
Means the database name is wrong in config. Log in to your cpanel and go to databases and find out the exact name of the database.
Forum: Fixing WordPress
In reply to: Making photos undownloadable to readers..Long answer (in case inquiring minds want to know): You CAN disable right click using javascript. Here’s one example how to do it:
http://www.dynamicdrive.com/dynamicindex9/noright.htm
But that doesn’t stop someone from clicking file/save which will download every file on the current page nor does it stop someone from taking a screenshot of the page and cropping it down to the picture in question.
Forum: Fixing WordPress
In reply to: Where’s the “link to site” in the admin area?Your welcome :o)
Forum: Fixing WordPress
In reply to: Where’s the “link to site” in the admin area?It’s exactly where it always was. It should show the site title which is the link to the site and then “search engines blocked” (or nothing if you don’t have search engines blocked). It the title isn’t there then check under settings/general. The “site title” field is most likely empty.
Forum: Installing WordPress
In reply to: InstallSo, where excatly is my website/blog residing
and how can I access it
You go to the address above. Unless you meant how do you get to the admin area? That would be here: http://underground-cures.com/wp-login.php… which is exactly what Kelvin told you.
Forum: Fixing WordPress
In reply to: Auto Draft*…*
Forum: Fixing WordPress
In reply to: Unexpected T_IFNope, it didn’t work but thank you. get the same error. It really doesn’t seem to like the “if”. Sigh.
Forum: Fixing WordPress
In reply to: Upgraded to 3.0 = Site disappearedAre the folders you are referring to the one’s located in the “wp-content” in my FTP? “Plugins” and “Themes”?
Yes.
Is the default theme something I already have? And when you say “rename”, do I rename the folder something specific?
Yes, you should already have the default theme. The default theme for 3.0 is called “twentyten”. The theme you need to rename is the one you were using when you upgraded and no, you don’t have to rename it something specific. Just rename it anything so the default theme will kick in.
Forum: Fixing WordPress
In reply to: Deleted pages still appear in DBDid you delete them permanently from the trash?
Forum: Fixing WordPress
In reply to: Auto DraftAh. Thank you much for the info :o)
Forum: Fixing WordPress
In reply to: Where are my stats?What are you using to gather your site stats? A plugin? Free service? Paid service? Etc?
Forum: Fixing WordPress
In reply to: The date is consistently wrong, but inconsistentThe date under “Hello World” is the date the post was published. Same with the calendar. The calendar highlights the days on which posts have been published, it doesn’t show the current date.