Snat
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Duplicate Static PageIt should be a tab within the admin CP that allows you to switch language. If you mean the text within the template files, you will need to do that a different way.
Not a problem at all, happy to help.
When you export, it will not export anything like the CSS – that’s done via the theme files.
Just delete all the pages, links and all that so that all you got left is the posts and the comments. Then, export. When imported into the new blog, it will put all that into the post section so wherever on your new site you have set to display posts – that is where they will be.
Oh right, I see what you mean. Suppose an option is on your old blog delete everything you do not want to export and then export an “all” XML and then use that to import into the new site.
Forum: Fixing WordPress
In reply to: How to Exclude Page from Navigation Menu?Have a look at the plugin called “WP Hide Post” (http://wordpress.org/extend/plugins/wp-hide-post/).
Forum: Fixing WordPress
In reply to: Duplicate Static PageHave you looked into the plugin qTranslate (http://wordpress.org/extend/plugins/qtranslate/) ?
If your exported from your old blog only had the posts and comments – when you import it into the new one that’s all that will be there.
You should not lose anything as it just imports your post and comment content and that is it.
But, making backups before you do anything is always a wise idea.
Forum: Fixing WordPress
In reply to: Hacked. How do I delete a hidden super adminHave you tried deleting the user using PhpMyAdmin and goin to the user table and then deleting the data in user_meta ?
Just woke up so if this makes little sense, I will check on it later but could you not export your old blog using XML and just select posts. In your old blog wp-admin, go to Tools, Export and then it should ask what do you want to export. Export the post and comments or anything else you wish.
Then on your new blog import them so that only the posts are imported. At this point create a new page called “blog”, go to settings, reading and change it so that the post page is “blog”. Make sure you have another page for your home page, which I believe you have already done.
Once that is working, go to permalink and change it so that it uses your old blog setup but add /blog/ in front of it (so something like this /blog/%year%/%postname%.html) so that it matches your old URL setup and not mess up any back links. All pages will still look like yourdomain/page but your blog articles would look like yourdomain/blog/whatever-permalink/.
Hope it helps a bit.
Forum: Plugins
In reply to: [WordPress.com Stats] WordPress.com stats – Fatal Error – or crashes siteSorry to hear things doesn’t work for you, but there are millions of different setups out there – it is next to impossible to test them all.
Right lets jump back a little. Are you using a shared hosting (and if so, which one) or are you using a VPS / server that you have setup yourself ?
Forum: Plugins
In reply to: [WordPress.com Stats] WordPress.com stats – Fatal Error – or crashes siteCan you try installing the plugin JetPack and using WordPress.com stats from there ?
Forum: Plugins
In reply to: facebook COMMENT to wordpressNot exactly sure what you mean by Facebook comments, but this might be a good start – http://wordpress.org/extend/plugins/facebook-import-comments/
Forum: Fixing WordPress
In reply to: $_GET not workingCan’t edit, so updating.
Found a way to fix it, am interested if global variables are blocked though.
Forum: Fixing WordPress
In reply to: Database crashedClicky: http://php.about.com/od/mysqladministration/qt/repair_mysql.htm
Try that.
Forum: Fixing WordPress
In reply to: Database crashedDo you have access to something called PhpMyAdmin ?