Happy new years WordPress blogers!
It’s a long time sina I write the last post 5 most popular WordPress ideas. Many friends tell me that the WordPress online has a page rank 4 yesterday. It’s a good news for me, but just a good news, not other things any more.
Here, I want to share a nice news, maybe this news is not cared about in English blogger, but it’s really nice for Chinese. That’s is: the WordPress office Chinese Site has been built.
After I upgrade this blog to WordPress 2.7. I found it very bothered if I try to edit any post, I found my MySQL database blugy, to resolve this problem, I install a WordPress plugin called Resivison Control. This is a good wordpress plugin, i f you meet the same problem, just download this plugin
Beyond controversy, an idea especial a good idea will urge a CMS or a Blog platform to develope quickly and smarty!
The WordPress team is very paying attion to WordPress idea. So, there is a section in WordPress Extend, named WordPress idea.
Here, WordPress online will show you the most 5 popular WordPress idea.
- Easy Updating of WordPress. Here is the author’s description: Guys, it has to be a no-brainer. One click from within the wordpress installation, or running a script or something like that. At the moment it is so hard to keep all my wordpress installs up to date.
My opinion: there is a EZ wordpress plugin introduced in WordPress online named WordPress Automatic Upgrade.
- Open ID integration. Here is the author’s description: Integrate Open ID (http://openid.net/) into the Core WordPress files. That way we don’t have to sign up for each of the wordpress blogs out there, and can instead use our Open IDs!
My opinion: Also, there is a WordPress plugin named WP-OpenID can help do this.
- Make it faster. Here is the author’s description: A general wordpress pageload depends on loads of plugins and such and in my time with wordpress (approx 6 months now), I have always felt that WP is somewhat sluggish on a medium load website.
My Opinion: Anyway, faster is better, but WordPress has it’s corn, sometimes, I think the most time killer is querying the database, and there is a WordPress plugin named WP Super Cache. This WordPress plugin can help WordPress blog to generate the static HTML page, it can made your WordPress faster in someway, and WordPress online will talk about this plugin later
- Trust me when I edit HTML. Here is the author’s description: If I put a div into my content, it’s because I wanted a div, not a p. It is none of WP’s business why.
My Opinion: This is not necessary in WordPress, I think. I mean, if you let vistor to edit the HTML, it not safe, even, it can be dangerous! The best solution is to call vistors to register, and you(the blogger)can give him a role.
- Choose a better WYSIWYG editor. Here is the authoer’s description: If “let us force a line break” is such a popular idea, maybe it’s time for a discussion of including a better WYSIWYG editor. FCKeditor, perhaps?
My Opinion: You don’t like the WordPress editor, I know, but now the WordPress editor is better than before, so, I think now this better WordPress editor is from this idea.
So, these are the five most popular WordPress ideas listed by WordPress online, anyway, I will collect other better WordPress idea.
These most 5 popular wordpress plugins is found in WordPress office site by WordPress online.
I thinks if you have a WordPress blog, the first thing to do after you install the wordpress blog is to upload these wordpress plugins on this post and active them!
Here is the list:
- All in one SEO pack. This is plugins is introduced on WordPress online blog. In wordpress online’s opinion, this is the best SEO plugin in WordPress.Also the plugin home is here.
- Akismet. The default plugin in WordPress. Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blog’s "Comments" admin screen. See the plugin home.
- WordPress Automatic upgrade. This is also introduced on WordPress online blog.See here. In fact, I will active when I know there is a upgrade on WordPress, usually, I don’t active this plugin. Click here to find the plugin homepage.
- WP-DB-Backup.EZ to backup your wordpress blog’s database, also allow you to backup other tables. WordPress online also write a post about this great plugin, see here, and here is the homepage of WP-DB-Backup.
- Google XML Sitemaps. This plugin is great for WordPress SEO. anyway, just download the plugin and find it how smart for your blog. This is the homepage of this plugin.
OK, here are the five most popular plugins in WordPress. There are thousands of hundreds of great wordpres plugins, I will share a lot of plugins in this blog, and other wordpress resources like wordpress themes,wordpress hostings.
Many people asked me how to find a free wordperss hosting. That’s accessiable reason to ask me thie question, in my opinion, if you guy want to install a WordPress blog, do not be the one like the money river running dry
just feel free to buy some cheap wordpress hosting, that’s the right way if you really want to install a wordpress blog.
Anyway, if you just want to test the WordPress or just want to enjoy the steps to install a WordPress blog. OK, I will find some free wordpress hosting for you guys
I will give a better wordpress blog free hosting, that is http://www.000webhost.com/free-php-hosting.
I heard many people said it was good, but I did not used it at all, I always use some cheap wordpress blog hosting.I think there is no free wordpress hosting forever.
Well, just get a free wordpress hosting and enjoy WordPress.
FleaPHP is a PHP framework which is designed by Mr.Liao and it’s home here:http://www.fleaphp.org/
Yes, it’s a Chinese PHP framework, but I like this flex PHP framework very much.
Although this blog is WordPress Online, anyway, WordPress is based on PHP, the FleaPHP is also based on PHP, so I think it is no problem to write this post on this blog, perhaps, the framework can help learn PHP and write some WordPress plugins, think of this, this is good to write this post.
Anyway, there are some people still use the Mysql 4.0, like me
, but I am not using Mysql 4.0 in this blog : WordPress Online.
Well, WP-affiliate is a good WordPress plugin for me, because I use this great plugin to find my affiliate link clicking state.
If you are the same to me and install this great WordPress plugin, I believe that you are very satisfactory. Anyway, if you are using this plugin under Mysql 4.0, you can’t use the state function.
Why? This is because the Mysql 4.0 can not support the SQLsyntax below:
`thestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
There is not current_timestamp in Mysql 4.0. so what you do is this below:
- Open the WP-affiliate directory and find the PHP file named wp-affiliate-install-functions.php
- Open this file and find the the code in line 42 like below:
`thestamp` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
- Replace this code into the code below:
`thestamp` TIMESTAMP,
Now it OK, feel free to use this tips and make money online with WordPress blog now
Any problem is welcomed to leave a comment.