Snat
Forum Replies Created
-
Forum: Plugins
In reply to: My WordPress.com Stats plugin has stopped workingChecking your source code, I can’t even see a closing </html>. If I was to have a guess, the footer.php file may be a bit messed up.
Might want to have a look into that first.
Forum: Plugins
In reply to: [WP phpBB Bridge] [Plugin: WP phpBB Bridge] Log-out partly worksSorry, wrong topic.
(Edited: Removed reply)
Can you share the URL so I can see if the code is still shown within the source code ?
If you have anything that caches your site, make sure you have deleted the cache as the javascript code it uses to track could still be there.
Forum: Plugins
In reply to: Gravatars HelpCan you copy your comments.php file or whatever file is used to display the comments. Want to see if you have the right code in place.
Forum: Networking WordPress
In reply to: Single sites to MultisiteIndeed they do. I have used WordPress Multisite before, I was just making sure if I turned my single site into a network that it would become the default one as I can’t export the XML for certain reasons I am not going to go into (it ain’t a bug or anything with WordPress, it’s of my own doing with my setup).
Many thanks for your replies, time to get it done 🙂
Forum: Networking WordPress
In reply to: Single sites to MultisiteOh right, so it is as simple as I thought. For the subsites I don’t care at all about anything else in the database other then the posts and pages.
That’s fair enough then, I was expecting this to have been a headache. You have my thanks.
Forum: Fixing WordPress
In reply to: Google Alerts announcing scheduled blog post before it is publishedIt should be yours RSS feed. Do you mind sharing a link and scheduling a test post for a day from now so we can have a look and see if we can notice anything on your site ?
Forum: Fixing WordPress
In reply to: customURL to default WordPress URLJust a thought. If it is asking you to use WordPress.com (Which sounds like it), you could always export an XML from your WordPress installation, upload to a free blog at WordPress.com, let that script run and then delete the posts on WordPress.com.
Might be an hassle to do, but would work.
Forum: Themes and Templates
In reply to: Trouble with EOS themeJust a feeling but can you try hiding all your posts (or deleting them and moving them to trash). It could be a post of yours somewhere has an unclosed html tag.
Forum: Fixing WordPress
In reply to: Cant share articles on facebook that have a Title in arabicContacting the creator of the plugin would be the best step in getting this sorted.
Forum: Fixing WordPress
In reply to: How to transfer blog content to a different hostNow, on cPanel the default website files are always found in /public_html. When you are connected via FileZilla, you should see two panels. On the left you have your local directories and on the right you have your website directories as shown in my screen shot (I am using Ubuntu with FileZilla).
http://img189.imageshack.us/img189/764/screenshot4tcx.png
Access that folder and you should see the following.
- wp-admin
- wp-content
- wp-include
- etc etc
Copy EVERYTHING over by simply highlighting and dragging it to a folder on the left panel. It will then simply download them all. It may take some time but once done, that’s all your core files and next we will get the database copied.
Let me know if that helped so far.
Forum: Fixing WordPress
In reply to: WhiteHouse Pro and Duplicate meta tagTry disabling WordPress SEO and check again.
Forum: Fixing WordPress
In reply to: How to transfer blog content to a different hostNow, open up FileZilla.
You should see three things near the top. One that asks about hostname, username and password. The hostname is the same as your domain, the username is the one you setup and the password is the one you setup.
Once you have logged in, your files should be located in /public_html. If they are, copy them over to a local folder on your PC.
Forum: Fixing WordPress
In reply to: How to transfer blog content to a different hostUsing cPanel, we are going to create an FTP account. You should be able to follow this short guide to the letter – http://www.siteground.com/tutorials/ftp/ftp_account.htm
Also, I am assuming you are using Windows and if so, you will need an FTP client. For this I advice FileZilla – http://filezilla-project.org/.
Let me know when this has been done.