Quantcast Code for custom field Image in recent post List | Source and Code System

Code for custom field Image in recent post List

Jun 17, 2010  ¦¦  by admin  ¦¦  WordPress  ¦¦  32 Comments

<h3>Recent Post</h3>
<div>

<!– use a custom field for image , Here the custom field name is = “newReleaseThumb” –>

<?php $myposts = get_posts(‘numberposts=5&offset=1′);foreach($myposts as $post) :? >
<div style=” width:100%; float:left; border:#FF0000 0px solid; padding: 5px; margin-bottom:2px; background:#0000FF;”>
<div style=”width:95px; float:left;”>
<?php $thumbnail = get_post_meta($post->ID, ‘newReleaseThumb’, true); ?> <a href=”<?php the_permalink() ?>” title=”<?php the_title_attribute(); ?>”> <img src=”<?php echo $thumbnail; ?>” /></a>
</div>
<div style=”width:95px; padding-left:5px; float:right;”><a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title();?></a>
</div>
</div>
<?php endforeach; ?>
</div>

<!– ———————————

IF YOU NEED A FIXED  CATEGORY POST USE IT
—————————————————
here I use a category named “New Relese”  –>

<h3>New Release</h3>
<div>

<!– use a custom field for image , Here the custom field name is = “newReleaseThumb” –>
<?php $my_query = new WP_Query(‘category_name=New Release&showposts=4′); ?>
<?php while ($my_query->have_posts()) : $my_query->the_post(); {?>

<div style=” width:100%; float:left; border:#FF0000 0px solid; padding: 5px; margin-bottom:2px; background:#0000FF;”>
<div style=”width:95px; float:left;”>
<?php $thumbnail = get_post_meta($post->ID, ‘newReleaseThumb’, true); ?> <a href=”<?php the_permalink() ?>” title=”<?php the_title_attribute(); ?>”> <img src=”<?php echo $thumbnail; ?>” /></a>
</div>
<div style=”width:95px; padding-left:5px; float:right;”><a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title();?></a>
</div>
</div>
<?php } endwhile; ?>

</div>

32 Comments

  • Digg…

    While checking out DIGG today I noticed this…

  • Your Page Got Another backlink…

    [...]On mу friend's blogs they've аlrеadу added mе on hіѕ оr hеr blog rolls, but mine always sits at thе end in the list and doesn't list whenever i post as it does for оther…

  • make money…

    [...]below you’ll find the link to some sites that we think you should visit[...]…

  • adult social networking…

    [...]the time to read or visit the content or sites we have linked to below the[...]…

  • TV Lamps…

    The Truth behind Television Replacement Lamps….

  • Another Website likes your page…

    [...]one individuals visitors recently recommended the nеxt website[...]…

  • FoxTec has the best parts online…

    [...]just underneath, are a list of totally unrelated web sites to ours, however, they are definitely worth checking out[...]…

  • Gaming Blog Link To Your Post…

    [...]please go tо the sites wе follow, including that onе, because іt represents оur picks with the web[...]…

  • Digg…

    While checking out DIGG today I noticed this…

  • Summer is here ~ come and cool down with our cool news !…

    [...]here are some sites that we think it will cool you down[...]…

  • Check this out…

    [...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]……

  • buy damansara house…

    [...]you will find information that’s relevant to you if you want to buy damansara house[...]…

  • Great website…

    [...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]……

  • Its hard to find good help…

    I am constantnly saying that its hard to get quality help, but here is…

  • Visitor recommendations…

    [...]one of our visitors recently recommended the following website[...]……

  • Sources……

    [...]these are sites useful that we have a link to[...]……

  • Garmin1490t.com…

    [...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]…

  • basketball drills…

    [...]below you’ll find the link to some sites that we think you should visit[...]…

  • You should check this out……

    [...]every once in a while we choose blogs we read. Listed below are the newest sites that we choose[...]……

  • Tumblr article…

    I saw a writer writing about this on Tumblr and it linked to…

  • Ipad Stylus…

    [...]below are several web links to internet sites which we link to since we feel there’re truly worth browsing[...]…

  • travel…

    [...]below you’ll find the link to some sites that we think you should visit[...]…

  • Tips on how to improve your Wedding !…

    [...]here are some links to sites that we link to because we think they are worth visiting[...]…

  • Sites we Like……

    [...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]……

  • Looking around…

    I like to look in various places on the internet, often I will just go to Stumble Upon and read and check stuff out…

  • News info…

    I was reading the news and I saw this really interesting topic…

  • Summer is here ~ come and cool down with our cool news !…

    [...]here are some sites that we think it will cool you down[...]…

  • Someone to lean on…

    I regularly check in for these ideas, thanks a lot!…

  • Links…

    [...]%BLOGTITLE%[...]…

  • Trackback Priority…

    I have been exploring for a bit for any high-quality articles or blog posts in this sort of space . Exploring in Yahoo I eventually stumbled upon this web site. Reading this info So i am happy to exhibit that I’ve a very good uncanny feeling I discove…

  • Recent Blogroll Additions……

    [...]usually posts some very interesting stuff like this. If you’re new to this site[...]……

  • Superb website…

    [...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]……

Leave a comment

*