thisisedie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site working,.. but links say 404 Not Found… .htaccess?Actually the page on the sidebar (about) and the category “uncategorized” work fine. It’s the links on top that don’t work. Those links, which would normally be pages, are categories. Have you created those categories? Also, you have the home link set as category 1 which is “uncategorized” instead of linking to the main page. I’m going to assume you meant to make the top links pages instead of categories because using categories makes no sense and I’d bet they’re going to a 404 page because you haven’t created those categories yet.
posts are showing up
There are no posts, there’s just a page which you must have stickied to the main page.
PS: You need to upgrade to the latest version of WP due to security issues.
Forum: Installing WordPress
In reply to: WordPress cant select a databaseOften times the database isn’t just what you named it, it’s username_databasename. Check to make sure what your database name is.
Forum: Your WordPress
In reply to: First Blog – need a little bit feedback :-)Why do you keep hijacking other peoples threads to promote your site? Especially since in the thread you started for yours (the first few) you didn’t even give the address?
Forum: Installing WordPress
In reply to: testing the demo examples with Qt 4.3.2-tp1I am trying to run the provided example with it. But i am facing the problem with deploying the sample
Are we talking about WordPress?
Forum: Everything else WordPress
In reply to: a big mess up by site5 hostingI want to separate between the technical problem and the support problem.
My statement was based on what you said in your first 2 posts. You said nothing about not being able to get help from support. In fact you said after checking with site5 you found out they were upgrading apache which sounds like you WERE in contact with them about the issue. You didn’t say that you had to talk to 3 people before you received help, or that some of your sites were down for 48 hours, or any of the other stuff you just mentioned. ALL you said was that you’d been using site5 for a year without any problems and that that morning you’d encountered a problem. Then you posted an email from Ben explaining the situation which also stated the problem had been rectified. That to me does not indicate an end-of-the-world catastrophe or a reason to be hating on your host.
This was not “one little issue” – all my sites where down for over 24 hours.
Again — my statement was based on what you wrote in your first 2 posts. You didn’t say the sites were down for over 24 hours (because at the time you wrote the first post it had been LESS than 24 hours) or any of the other issues you mentioned in your LAST 2 posts. Had you followed up, or explained more in your first post, I’d have known. Sorry, my ESP was out of service when I read your complaint.
Perhaps you are right and they are fine.
I have no idea if they’re fine or not. I’d never even heard of them until I saw this thread.
Forum: Installing WordPress
In reply to: Stylesheet is missing.Did you check to see if there’s a sylesheet in the theme package? Do you have the theme uploaded to the correct folder? (wp-content/themes/yourtheme) Did you make sure ALL the files uploaded properly? Did you make sure the theme isn’t nested? (NOT — wp-content/themes/yourtheme/yourtheme)
Forum: Installing WordPress
In reply to: how do i restore my data?I see your website. Try clearing your cache and cookies and then reopen your browser.
Forum: Installing WordPress
In reply to: how do i restore my data?Is matugo.com your website? Why does it redirect to Yahoo?
Forum: Installing WordPress
In reply to: how do i restore my data?Go into PHPmyadmin. Choose the database. Click import. Click browse and choose the unzipped sql file (if it was zipped in the first place) from your computer and then click GO on the lower right hand side of the screen.
Sounds like you reinstalled instead of upgrade?
Forum: Fixing WordPress
In reply to: Read more.Good good.
Forum: Fixing WordPress
In reply to: Read more.I see what you’re getting at. See the ยป in the code below?
<?php the_excerpt(__('Read the rest of this post ยป','emerald_stretch')); ?>It should be
»instead, which will produce a ยป in the output.The forum changed it for some reason (probably my fault). I was just correcting the error
Forum: Fixing WordPress
In reply to: Read more.Highlight that area and then click the b-quote button above.
Forum: Fixing WordPress
In reply to: PLEASE HELP… HELP…. My site is directed to blank pageI went right to your site, there doesn’t seem to be a redirection now.
I’m thinking maybe the $ in the category name had something to do with whatever happened though. I could be wrong… just a hunch.
Forum: Fixing WordPress
In reply to: Read more.Well, another thing you can do is, when you’re typing the post, at the point where you want the “read more” to appear, you can either manually insert
<!--more-->or you can just click the “more” button and that will create a link instead of just displaying dots like the_excerpt does.Incidentally, (I don’t know why it messed them up) but in both of the tags I posted above, this:
ยป
should be this:
»otherwise it won’t display correctly.
Forum: Fixing WordPress
In reply to: Read more.I feel like I know nothing at all in all of this
You may not right now but you will if you keep at it ๐
Just copy and paste, you can’t mess anything up doing that.