November 12, 2012 at 3:59 pm
#829672
Inactive
I dont use wordpress but you have the post, you just need the value
Code:
< ?php query_posts('showposts=3'); ?>
< ?php while (have_posts()) : the_post(); ?>
< a href="” rel=”bookmark” title=”Permanent Link to “>
// Not sure what they call the article con but this will 200 characters you can make it a full word with a little more code
< ?php endwhile;?>
< ?php while (have_posts()) : the_post(); ?>
< a href="” rel=”bookmark” title=”Permanent Link to “>
// Not sure what they call the article con but this will 200 characters you can make it a full word with a little more code
< ?php endwhile;?>