İşte temanın normal görüntüsü web2feel.com
7
●514
<?php $my_query = new WP_Query('category_name=featured&showposts=1');//Make sure you have a category named "Featured" for this to work//<?php $my_query = new WP_Query('category_name=uncategorised&showposts=1');//Change the category name to any of your existing category name //<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?>
<img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="200" height="120" >ilk 2yi kendinize göre ayarlayın