Ich habs nun
PHP
<?php
include('wp-blog-header.php');
$results = $wpdb->get_results("SELECT * FROM wogzeitung_posts WHERE post_type = 'post' ORDER BY id DESC");
foreach($results as $result)
{
echo $result->post_content;
}
?>
Alles anzeigen
[COLOR=Red]$wpdb->get_results
[COLOR=Black]da war der BOCK[/COLOR]
[/COLOR]