Rita
Forum Replies Created
-
Forum: Plugins
In reply to: Theme switcher works only on index page.Beel — yes, I’ve called the WordPress files in all of my other pages. What exactly do you mean by including the stylesheet? Is it sufficient to call it in my header.php file?
Vkaryl — my themes are self-created.
Forum: Plugins
In reply to: Theme switcher works only on index page.Any of the other sections of my site, the non-Wordpress-related ones: the “Magelet” section, for instance.
Forum: Themes and Templates
In reply to: Implemented themes: individual page content disappears.Yes, it’s included in the header.php file.
Forum: Fixing WordPress
In reply to: Separate Directory & Edit Links?Ah, thanks very much. I can see now that it the edit links wouldn’t show up simply because I was trying to edit someone else’s post. 🙂
For me, it’s just an issue of organization. Back when I used b2, I had all of my b2 files in the root folder and it was an organizational nightmare for all of my other files. This is much better!Forum: Installing WordPress
In reply to: Importing from b2?1. I’ve backed up my database (my entire site, actually).
2. I’ve editied my b2 template quite a bit.
3. There’s one hack installed – a comment plugger. In order to get that working, I uploaded an additional PHP file and editied b2header.php and b2-include/b2menutop.php, both which I can easily remove and revert back to their original state.
—
I’ve uploaded b2 to its separate directory as you suggested and ran the import just to test it out, and got a huge string of errors on the third step: (it didn’t work 🙁 – but my b2 files seem to be intact)
Database error: [Duplicate column name ‘post_excerpt’]
ALTER TABLE wp_posts ADD COLUMN post_excerpt text NOT NULL;
Database error: [Duplicate column name ‘post_status’]
ALTER TABLE wp_posts ADD post_status ENUM(‘publish’,’draft’,’private’) NOT NULL, ADD comment_status ENUM(‘open’,’closed’) NOT NULL, ADD ping_status ENUM(‘open’,’closed’) NOT NULL, ADD post_password varchar(20) NOT NULL;
That went well! Now let’s clean up the b2 database structure a bit…
Database error: [Can’t DROP ‘ID’. Check that column/key exists]
ALTER TABLE wp_posts DROP INDEX ID
One down, two to go…
Database error: [Table ‘thoughtf_word.wp_settings’ doesn’t exist]
ALTER TABLE wp_settings DROP INDEX ID
So far so good.
Database error: [Can’t DROP ‘post_karma’. Check that column/key exists]
ALTER TABLE wp_posts DROP post_karma
Almost there…
Database error: [Can’t DROP ‘ID’. Check that column/key exists]
ALTER TABLE wp_users DROP INDEX ID