Copyright © 2010 A. Fatih Syuhud. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.
Posts Tagged ‘ wordpress tips ’
BlogOhBlog has some important advices for beginner bloggers in self-hosted Wordpress to reach a sort of SEO ascendancy which you can download it for free directly from here (zip file).
Nara Krishna has translated it into Bahasa Indonesia here.
Continue Reading »In order to be able to write Arabic script in wordpress.com you need to change the setting in wordpress.com or wordpress version 2.7. Follow this simple steps:
- After login -> Setting -> Reading
- In the “Encoding for Pages and Feeds” change the “UTF-8″ (by default) into -> “windows-1256″ or ISO-8859-6
- Save Change.
- Done.
Encoding for other specific character:
- Latin/Hebrew: ISO-8859-8
- Hebrew: windows-1255
- Latin/Arabic: ISO-8859-6
- Arabic: windows-1256
When I try to edit a post, it loads so long and comes this error message:
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: http://…../wp-includes/js/jquery/jquery.js?ver=1.2.6:11
In the wp forum I found the answer here. It worked well according to some people in the forum. I haven’t tried yet though.
Hello,
I found the problem with my site was that on writing a NEW post (not editing an existing one) there was a script that was loading the post meta for EVERY post-id in the whole database. In my case about 30,000 records. This killed the system. What I did was prevent the load of post meta by modifying the wp-admin\edit-form-advanced.php and removing the load of the custom fields meta.
<?php
$metadata = has_meta($post->ID);
list_meta($metadata);
?>
This fixed the problem and it loads very quickly now. May not be elegant but then again neither is loading every post in the meta!
GW
The problem with me seems in reverse. The error message occurs when I try to edit a post and add a picture in that post. No problem happens when I post a new article or edit an existing one (without adding a picture / image).
Hopefully, it’ll help those who experiencing the same problem.
Continue Reading »




