katesgasis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Typepad/WP conversion: after export posts don’t displayIt’s sad it has to come to that. But you can try what I said.
Forum: Fixing WordPress
In reply to: Frames??WP can use anything. It’s how you do your tempates. You can even have it use tables. Or nothing at all.
Forum: Fixing WordPress
In reply to: Adding a tagline after WP setup, can it be done?Login to your Admin panel and then go to Options.
Forum: Fixing WordPress
In reply to: Typepad/WP conversion: after export posts don’t displayYou can delete the wp-admin directory and its content. And upload a new wp-admin directory.
If it still not showing I guess you’ll just have to reinstall your WP installation. You can do this in Fantastico as well. This time you could put the correct URL’s.Forum: Fixing WordPress
In reply to: Typepad/WP conversion: after export posts don’t displayWhat did you use to install WP in your webhost? Fantastico?
Forum: Fixing WordPress
In reply to: Typepad/WP conversion: after export posts don’t displayYou have logged in? You’re getting there. I think options-general.php is not in your wp-admin directory. If you have a wordpress files with you on your local pc, you can delete the wp-admin directory in your webserver and replace it with the one in your pc. That’ll resolve the missing files. For now.
Forum: Fixing WordPress
In reply to: Typepad/WP conversion: after export posts don’t displayType or go to http://box22.bluehost.com/~richard2/wp-login.php and enter your username and password
Forum: Fixing WordPress
In reply to: Typepad/WP conversion: after export posts don’t displayGo to your Admin panel, go to Options. You can find it there.
Forum: Fixing WordPress
In reply to: Typepad/WP conversion: after export posts don’t display@richards1052:
To be able to view your site temporily, you must set WordPress Address URI and Blog Address URI to http://box22.bluehost.com/~richard2/This is the reason why wordpress cannot see your css file because it is using the http://richardsilverstein.com instead of http://box22.bluehost.com/~richard2/
Forum: Plugins
In reply to: 2 pesky plugin problems@braven:
Maybe you can say something about your setup (e.g. host,webserver,php version…) so that maybe somebody might know what is the problem.Forum: Fixing WordPress
In reply to: Typepad/WP conversion: after export posts don’t displayActually, I can see your site. It is just not finding your css file.
Forum: Installing WordPress
In reply to: The name of the database you want to run WP in.Before you install WP, you must create a mysql database first. You can do this by loging into your mysql server.
1. /path/to/your/mysql_installation/mysql -u root -p
2. create database wordpress;
3. use wordpress;
4. grant all on wordpress to ‘username’@localhost identified by ‘password’;
5. flush privileges;
6. go to http://localhost/WP-dir/wp-admin/install.phpForum: Installing WordPress
In reply to: usernameHow did you install?
If through fantastico in the cpanel, your username is your account name for your hosting. If you installed manually (e.g. uploaded wp files) your username might be adminForum: Themes and Templates
In reply to: Template using only tables (easy solution here)People doesn’t use CSS only for the sake of impressing others of their CSS skills. CSS is here for a purpose. Unless you only wanted to have a pretty website then you can have your tables. But if you wanted to change your layout pretty often then you’re out of luck if you use tables.
Anyway, nobody is forcing anybody to use CSS everywhere. It’s just a matter of choice.
Forum: Fixing WordPress
In reply to: Very slow loop :(@kasperd: I’m sorry that happened to you. Problem is fixed now. You can get the updated version at http://katesgasis.com/2005/05/01/kg-archives-plugin/.