how to show/list post out of wordpress

1 Comment »

I’m so excited, finally I fix it.

I must make a record.

Below is the code to access the database.

<?php
$how_many=6; //how many posts to display
require(’../../blog/wp-config.php’); //the path to the wp-config file of the blog I want to use
$news=$wpdb->get_results(”SELECT ‘ID’,’post_title’,’post_content’ FROM $wpdb->posts
 WHERE ‘post_type’=”post” AND ‘post_…

Personal May 14th 2009

this is a list of websites I work on

No Comments »

Not all of that, because it’s not really good to publish all the things… only severals websites.

this is my list:
1.www.seo-sz.cn     this is a seo website,PR2, sz means “ShenZhen”, so it means the best seo in ShenZhen, I hope one day I’ll make it the number one in the search engine.

2.www.nongminjie.cn  this is a advertisement website,PR4, the chinese keyword is 深圳分类信息, every day hundreds of people comes from the search engine. the system c…

Personal March 29th 2009