Snat
Forum Replies Created
-
If you ain’t going to allow anyone to comment, Akismet isn’t needed and isn’t worth having on there.
Just put the Google Analytic code before </html> and you are all good with it 😛
Forum: Fixing WordPress
In reply to: How to transfer blog content to a different hostRighto.
First of all do you have any FTP details or access to a control such as cPanel, Directadmin, Plesk or any other method to connect to your account ?
Forum: Fixing WordPress
In reply to: WhiteHouse Pro and Duplicate meta tagCan you try disabling Yoast SEO plugin and see if they both disappear (unlikely). Also, is it possible to have a look at the themes files as once again, little I can do without being able to see it.
Also, do you have any other plugins enabled and is it possible to disable them all and try. And this is a given but can you try switching to the default theme and see if both are there ?
Forum: Fixing WordPress
In reply to: My WordPress Blog Is Broken – Please helpThe quick way to fix this would be to download WordPress from the main site and upload any missing files using FTP.
Forum: Fixing WordPress
In reply to: How to transfer blog content to a different host- Download all WordPress files using something like FTP. Your host will have these details.
- Download the database by using a tool like PhpMyAdmin. Your host will help you with this.
- Upload files to the other person’s hosting account using FTP. The other person can get you these details.
- Upload the database by using a tool like PhpMyAdmin. The other person’s host will help you with this.
- Transfer the domain if that was a part of the deal. Your register will do this.
That is it in a nutshell. Happy to go over each step in detail.
Forum: Fixing WordPress
In reply to: Cant share articles on facebook that have a Title in arabicYou are going to have to contact the author of the plugin to make changes as it looks like it is an encoding issue.
Forum: Fixing WordPress
In reply to: Remove unused pages from database?Not a problem, many people over see the little stuff 😛
Forum: Fixing WordPress
In reply to: Cant share articles on facebook that have a Title in arabicAre you using a plugin or something ?
If so, what is the name of it so we can help you out better.
Forum: Fixing WordPress
In reply to: Posts disappeared after upgrading to php5Right now we know the posts are still within the database, it is time to see why you can’t see it.
Can you try resetting to the default theme and disable all plugins and see if it works.
First of all make sure the upload folder and any subdirectory is able to fully write to the directory.
Also make sure your upload path settings are right as
/home/vhosts/worldocricket.orgfree.com/wp-content/uploads/2011/01don’t seem right to me. Check this with your host and if you need too, you can edit that within the WordPress admin panel.Forum: Themes and Templates
In reply to: Trouble with EOS themeHave you tried disabling all plugins in your site and see if it is working correct then ?
If so, disable/re-enable one plugin at a time to see if alone the site still works. If so, try it again by enable one by one as it could be a plugin not liking another one as both inserting stuff into the header which they shouldn’t be.
Forum: Everything else WordPress
In reply to: WordPress intergration with Sequel CRM?I do not believe there is a plugin out there that will integrate both of them at this time.
You could code one yourself but what exactly are you looking for in the integration as there is always a chance you could it another way ?
Forum: Fixing WordPress
In reply to: Posts disappeared after upgrading to php5Are you able to see the posts in WordPress admin panel or by using PhpMyAdmin ?
Also, does removing
AddType x-mapp-php5 .phpfrom .htaccess bring the posts back ?Forum: Fixing WordPress
In reply to: Remove unused pages from database?When you delete a page you also need to make sure to delete it from the trash to stop what is happening to you happening.
Forum: Fixing WordPress
In reply to: WhiteHouse Pro and Duplicate meta tagWhile I haven’t used it before, have you tried looking in function.php and see if they have anything there ?
Also, check to see if there is any options in WordPress admin panel for this theme that may be able to disable it.