I have to get specific page content (like page(12)) I used that : <?php $id=47; $post = get_page($id); echo $post->post_content; ?> Work nice execpt for compatibility with qtranslate it...
I know you can use the wordpress methods for getting a featured image, however with this particular project I need to get the featured image via mysql query. Can...