magdelaine
Forum Replies Created
-
Forum: Themes and Templates
In reply to: SubheaderHi, I was able to work around this problem by commenting out both the subheader section in header.php and #subheader in style.css. Posts and page content float upward to fill the space very nicely. It’s a bit of a hack but it works!
Forum: Themes and Templates
In reply to: Can I hide “comments off” tag?Ok, I found the answer. It’s here: http://codex.wordpress.org/FAQ_Layout_and_Design#How_do_I_get_rid_of_the_.22No_Comments.22_message_displayed_with_every_post.3F.
. Also, I found this post helpful: http://wordpress.org/support/topic/221245?replies=5. I think that since I want comments on posts but not on pages I will just create a new page template with the referenced code removed.Forum: Themes and Templates
In reply to: Can I hide “comments off” tag?I would like to know how to do this too. I tried editing out snippets of code and I still couldn’t get rid of it. My next step is to design a page template with no comment code at all and see if that works; but I would like to know if there is another answer before I go to the trouble.
Forum: Installing WordPress
In reply to: Multiple installation problem?No that wasn’t it… Sorry I was sloppy when I described what I did.
I know now it is NOT a multiple installation problem. I now have two versions running on my test server; the old one and the new one. But I don’t believe what I had to do in order to get it to work…
Since I was successful at moving a blog from my webhost to my local server, I went back to the host and used their tool to install and configure a WP install (2.02). I then copied the installation and the database to my local server and made the required changes, but even then I was getting a header error from the default template’s function.php file. So, now desperate, I copied the files for WP 2.03 over the installation, emptied the database, and what do you know? Install php actually functioned and I got my new blog going.
I would really really like to know what error occured the first time so that I can avoid it… so if anyone knows??
Forum: Installing WordPress
In reply to: Multiple installation problem?It might help to know that I’m running Xampp on XP2 and my other installation is one that I copied directly from my hosting server.
Forum: Installing WordPress
In reply to: Multiple installation problem?It occurred to me: in order for install.php to function properly, does register_globals need to be set to “on”? It is currently set to off.
Edit: Register_globals in now on, didn’t fix the problem.