Search

Certificates

We have GSG CE CCC UL. 

Oese language packs to support Chinese.

Publishers using the WordPress platform account for approximately 10% of global websites. The official website of WordPress has a monthly independent visitor count of 300 million.

Starting from 3.0, WordPress has built-in multi user blog functionality, allowing for the creation of a blog platform that supports multiple domain names with simple settings.

WordPress is one of the most widely used blog systems in the world and is an open source PHP software. Due to the large number of users, the WordPress community is very active, with abundant plugin template resources. Using WordPress can quickly build independent blog websites.

WordPress is not only a blog program, but also a CMS, and many non blog websites are built using WordPress. [1]

Version Introduction Editing Broadcast

WordPress 2.7

The biggest difference of WordPress 2.7 comes from the redesign of the backend interface, more reasonable layout, and more convenient functions. Compared to the 2.6 version, the 2.7 version displays much more beautifully on the widescreen.

The control board is componentized, allowing you to freely combine, hide, display components, quickly publish features, threaded and paginated comments, reply to comments directly in the control board, install plugins directly, and one thing that cannot be ignored is the automatic upgrade of WordPress function. In the future, you won’t have to repeat the steps of downloading, decompressing, and uploading files, and WordPress will automatically help you complete it.

There are more details and features waiting for you to discover in WordPress 2.7. Don’t forget to back up your old system before upgrading.

Before upgrading WordPress 2.7, please confirm if you have backed up any files you have modified, such as index.php.

Upgrading from any earlier version of WordPress to 2.7: Back up your modified files and delete all old WordPress files. Upload all new files. Open/wp admin/upgrade. php in the browser. Upgrade completed.

WordPress 2.8

On May 24, 2009, WordPress officially launched WordPress 2.8 beta 2.

The biggest highlight of the new version is the one click installation of themes in the background. WordPress has officially set up a theme filtering function, which can filter themes based on color, number of columns, theme width, function, and blog type. You can also view the latest uploaded themes, and of course, you can also search for themes based on tags and authors. These search functions can be used together and are very powerful.

On June 10, 2009, WordPress officially released the 2.8 official version.

The code name for 2.8 is “Baker”, which is a tribute to the trumpet vocalist “Chet Baker”.

On July 10, 2009, WordPress officially released version 2.8.1.

The official version of WordPress 2.8.1 has fixed many bugs and added a secure plugin management page. Security technology companies have informed us that adding certain plugins to managed web pages can be considered as unauthorized users, leading to information leakage. Not all plugins are easily affected by this issue, but we recommend upgrading to the official version 2.8.1

On August 12, 2009, WordPress officially released version 2.8.4. This is another security update that involves verifying user login information. It is recommended to update it as soon as possible. Actually, there are only three files to update, just overwrite the 2.8.3 file with the new version: wp login. php wp includes/version. php readme. html.

WordPress 2.9 Beta 2

According to the official development blog of WordPress, the WordPress 2.9 Beta 2 has been released for testing. Compared to WordPress 2.9Beta1, a total of 117 bugs have been added or fixed. As the main features added in WordPress 2.9 have been determined, this update mainly focuses on optimizing code to fix bugs, without involving security updates or new feature updates.

Wopus has compiled a list of major updates: extensive updates and optimization of WordPress backend JS code. Optimize the backend plugin editing function. Optimize backend page CSS code. Optimize Widgets code and CSS. Enhance theme editing functionality and optimize CSS code for theme editing. Optimize the content editor. Optimize the Ajax effect of comments and improve the CSS code for comments. Optimize the backend multimedia function code.

Each update is mainly focused on the wp-includes and wp-admin directories. If you need to test, you can download it directly from the official website or from the top right side of Wopus homepage.

WordPress 2.9.1

According to the official development blog of WordPress, WordPress 2.9.1 has been released. WordPress 2.9.1 is a further optimization of the previous version.

WordPress 2.9.2

The new version fixes a multi user permission issue regarding the Recycle Bin (this security vulnerability is very serious and may cause blogs to be illegally hacked and the content of articles to be modified). There have been no changes or performance improvements to the others.

WordPress 3.0 Official Edition

The official version of WordPress 3.0 was officially released on June 18, 2010, and the new version mainly adds features such as:

1. Multisite function: integration of WordPress and WordPressMU. You can use WordPress to create multiple websites now.

2. The new WordPress default theme “Twenty Ten” fully utilizes various new features of WordPress 3.0. If you are a developer and want to familiarize yourself with 3.0, studying this theme is a great entry point.

3. Custom menu management function: You can create one or more menus by mixing pages, categories, and custom links in the back.

4. API for customizing headers and backgrounds: Developers can write a lot less code.

5. More user-friendly backend Help Tab: In the WordPress backend, clicking on help on different pages will display more help information, which is very practical for new users of WP.

6. Users and passwords can be selected during installation.

7. The theme can be updated in bulk now.

8. Improvements have been made to the custom article types and custom taxonomy system. The custom classification system supports hierarchical relationships from this version onwards.

New features of WordPress 3.0, Multisite feature, enable settings:

The original multisite feature of WordPress 3.0 was not enabled by default, and manual settings need to be modified before the feature option button appears in the backend management. The new feature of WordPress 3.0, Multisite, is set up by modifying the wp-config.php file in the website and adding the following code at the end: define (‘WP_ALLOW-MULTISITE ‘,’ true ‘); After making the changes, log in to the backend management page and you will find an additional “Networks” option under the “Tools” menu in the sidebar.

Click on the “Networks” option to enter the multi-site settings, fill in the name (Network Title) and administrator email address (Admin Email Address) of the new site to be opened, and click on “Install”. Note: Before starting, all plugins must be disabled. After installation, follow the prompts to create a folder called blogs. dir in the wp content directory of the website folder to store multimedia files uploaded from the newly opened site. At the same time, the read and write permissions of the blogs. dir folder must be changed to 0666 (- rw rw rw -) to ensure that the directory is writable.

Copy the code from the second item on the pop-up page, that is, follow the prompts to/* That’s all, stop editing in your wp-config.php! Happy logging*/ Above this paragraph. Copy the code from the third item to the. htaccess file, overwriting other WordPress rules. Note that this is an overwrite, which means the original content is no longer needed. The above steps have enabled the new feature of Multisite in WordPress 3.0. Click on the “Configuration Page” in the pop-up box at the top to enter the detailed settings page.

Just fill in the other settings as required. But here we need to pay attention to the “Allow registration” option. If you want to enable users with multi-site functionality, it is necessary to create that site. For example, the last option “Both site and user accounts can be created” means that users can register accounts and register new blogs in your blog.

WordPress 3.0.1

This version is a revised version based on WordPress 3.0, which fixes up to 50 existing issues in the previous version. The 3.0 and above versions have made significant modifications to the 2 series versions, including:

WordPress and WordPress MU have been merged, and one WordPress installation can manage multiple blogs. (Requires installation of DEMO plugins)

WordPress 3.0 has launched the default theme of “Twenty Ten”, which includes all the features of WordPress.

The new menu management system allows you to create a fully customized menu consisting of logs, pages, categories, tags, and other links.

API for customizing headers and background colors or images.

There is contextual help under the help tab of each interface in the WordPress backend.

The newly installed WordPress can customize accounts and passwords.

When editing a theme, it will automatically enter maintenance mode.

Supports short connections.

Supports and improves custom log types and custom classification systems.

A lighter colored background allows you to pay more attention to your content.

WordPress 3.0.5

Send Enquiry !

Get a Quick Quote

You can get a price of this model or send us any question to get any information you would like to know, we will reply to you soonest.