因要在WP中需要采用MT相同的链接方式,使原各网址不失效,即保持page rank值,需将MT中的entry_basename字段导入wp的post_name字段,对wp-admin/import/mt.php修改如下:
……
$title = trim( substr($line, strlen("TITLE:")) );
if ( ” == $context )
$post->post_title = $title;
else if ( ‘ping’ == $context )
$ping->title = $title;
} else if ( 0 === strpos($line, "BASENAME:") ) {
$post_name = trim( substr($line, strlen("BASENAME:")) );
if ( ” == $context )
$post->post_name = $post_name;
else if ( ‘ping’ == $context )
$ping->name = $post_name;
} else if ( 0 === strpos($line, "POSTID:") ) {
$post_id = trim( substr($line, strlen("POSTID:")) );
$post->post_id = $post_id;
……
通过WP控制面板进行数据导入,完成数据转换。
另:若要导入MT数据中的post id,则按如下步骤处理:
1. 修改cgi-bin/lib/MT/ImportExport.pm
……
CATEGORY: <$MTCategoryLabel$>
DATE: <$MTEntryDate format="%m/%d/%Y %I:%M:%S %p"$>
POSTID: <$MTEntryID$>
TAGS: <$MTTagName quote="1"$>
……
2. 修改wp-admin/import/mt.php,再增加如下内容
} else if ( 0 === strpos($line, "POSTID:") ) {
$post_id = trim( substr($line, strlen("POSTID:")) );
$post->post_id = $post_id;
3. 修改wp-includes/post.php(在MT数据导入后删除该部分)
if ( !empty($import_id) ) {
$import_id = (int) $import_id;
.…..
}
if (!empty($post_id)) $data['ID'] = $post_id;
if ( false === $wpdb->insert( $wpdb->posts, $data ) ) {
if ( $wp_error )
.…..
}
great article. thanks!
[b]Search Engine Optimization[/b]
Do you have a good product or service, great website with little or no clients, what do you do you may ask?
The Answer Is Simple: SEARCH ENGINE OPTIMIZATION or SEO as it’s more commonly called nowadays.
A [url=http://www.seobypros.com]Search engine optimization[/url] (SEO) package from http://www.seobypros.com is the process of improving the volume or quality of traffic to your web site from search engines among other methods which include “natural” (“organic” or “algorithmic”) search results, sponsored listings, pay-per-click, banner and link exchange but to name a few, teaming up with Seobypros.Com we will ensure your site gets ranked in the place you want to be TOP SPOT, ensuring we cement you’re place high-up in the search results rankings as quick as possible.
Seobypros.Com SEO services may target different kinds of search, including image search, local search, and industry-specific vertical search engines. This gives your web site web presence. As an Internet marketing strategy, SEO considers how search engines work and what people search for.
Optimizing your website primarily involves implementing the latest cutting edge marketing techniques, combined with editing your content and HTML and associated coding to both increase its relevance to specific keywords and to remove barriers to the indexing activities of search engines.
The acronym “SEO” can also refer to “search engine optimization or search engine optimizers,” a term adopted by our industry that carries out optimization projects on behalf of our clients, and by employees who perform SEO services in-house on behalf of Seobypros.Com
For Seobypros.Com to conduct effective SEO we need to make changes to your HTML source code of your site,
our SEO experts will then set about deploying the many secret SEO marketing methods into your web site design.
Ensuring we create “search engine friendly” content and adjustments that will have the major search engines loving your website, this may be adjusting the web site design, menus, content management systems, images, videos, shopping carts, and any other elements that have to be optimized for the purpose of search engine exposure.
http://www.seobypros.com offers our clients FIVE amazing SEO PACKAGES, with something to suit every budget, large or small, we do them all. Seobypros.Com will provide you with the latest up to date marketing strategies to achieve your marketing goals, from only $125.00 per month depending on the package you select; we will turn your website into an Internet Cash Cow very quickly.
SEO, Search Engine Optimization, search engine marketing, internet marketing, online marketing, search engine optimization, seo company, search engine optimization company, search engine optimization services, search engine rankings, internet marketing company, internet marketing guru, search engine optimization guru, search engine marketing professional, internet marketing professional, search engine rankings, top search engine ranking, top 10 seo ranking, top 10 search engine optimization.
Please Visit: http://www.seobypros.com
Other variant is possible also
Many of folks write about this matter but you said some true words!!
Thanks for this useful article.